@charset "UTF-8";
/* CSS Document */


#cookies_wrapper
{
	position: relative;
	width: 920px;
	margin: 20px 0 0 0;
}

#cookies_wrapper h1 {
	font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    text-align: left;
    color: #808080;
    margin-bottom:  20px;
}


#cookies_wrapper a 
{
	text-decoration: none;
	color: #009ACE;
}


#cookies_wrapper a:hover
{
	text-decoration: none;
	color: #808080;
}


#cookies_leftcol
{
	float: left;
	width: 450px;
	margin: 0 0 0 0;
}


#cookies_rightcol
{
	float: right;
	width: 450px;
	margin: 25px 0 0 0;
}


#cookies_snippet
{
	position: relative;
	width: 100%;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #808080;
	line-height: 100%;
	padding-bottom: 10px;
	margin: 0 0 0 0;
}