@charset "utf-8";
/* CSS Document */

html{
	height: 100%;
}
body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#topbanner{
	padding-top: 0px;
}

.small{
	font-size: 11px;
}

.big{
	font-size: 13px;
}

.radio{
	color: #4c4c4e;	
	font-size: 11px;
	font-weight: bold;
}

.white{
	color: #FFFFFF;
}

.grey{
	color: #9d9fa2;
	
}

.blue{
	color: #011b58;
}

.red{
	color: #c4141b;
}

.header{
	color: #c4141b;
	font-weight: bold;
}

.media{
	background: url(images/bg_media.gif) no-repeat top left;
	padding: 28px 0px 20px 32px;
	line-height: 14px;	
	text-align: left;
	/*height: 339px;*/
	margin: 0;
}

a{
	font-size: 12px;
	text-decoration: none;
	color: #c4141b;
}

a:hover{	text-decoration: underline;}

a.signup{
	font-size: 11px;
	color: #56f78b;
	
}

a.blue{
	font-size: 11px;
	color: #a1c2c3;
	
}

a.grey{
	font-size: 11px;
	color: #434343;
	
}

.wingleft{
	background: url(images/wingleft.jpg) repeat-y right;
}

.wingright{
	background: url(images/wingright.jpg) repeat-y left;
}

.content{
	
	padding: 30px 45px 30px 24px;
	text-align: justify;
	width: 558px;
}

.logos{
	
	padding: 0px 45px 30px 24px;
	text-align: left;
}

.footer{
	background: url(images/bg_footer.jpg) repeat-x;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 12px;
}

a.bottomlinks{
	font-size: 10px;
	color: #FFFFFF;
}

a.linkred{

	font-size: 11px;
	color: #c4141b;
}

a.linkblue{
	font-size: 11px;
	color: #011b58;
}


.subOn{
	color: #9e9fa3;
	font-size: 11px;	
}

form{
	margin: 0;}
	
select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
}