/* CSS Document */



/* Just to extend each column */
#inner a:visited, a {color:#000; text-decoration:none; cursor:default;}
#inner a span {display:none;}
#inner a:active, #inner a:focus {color:#fff; text-decoration:none; background:transparent; cursor:default;}
#inner a:active span, #inner a:focus span {display:block;}

a:visited, a {text-decoration:underline; cursor:pointer;}
a:hover {text-decoration:none; cursor:pointer;}

em {font-weight:bold;}

.body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 200;
	line-height: normal;
	color: #555555 !important;
	margin:0 0 0 0;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 900;
	line-height: normal;
	color: #e51b24 !important;
	margin:14px 14px 14px 0px;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 900;
	line-height: normal;
	color: #4f9cc2 !important;
	margin:0 0 0 0;
}

.subhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 900;
	line-height: normal;
	color: #b4c62a !important;
	margin:0 0 0 0;
}




/*----------btmNav Navigation definitions
------------------------------------------------------------------------*/

#btmNav{
	position:relative;
	height:auto;
	width:739px;
	top:25px;
	left:0;
	text-align:center;
}

#btmNav ul{
	margin:0;
	padding:0;
	list-style:none;

}

#btmNav ul li{
	display:inline;
	list-style:none;
	list-style-position:inside;
	margin:0 6px 0 0;
	font-family:Arial, Helvetica, sans-serif
	font-size:12px !important;
	color:#999999;
}

#btmNav a{
	font-weight:100 !important;
	color:#999999;
	text-decoration:none;
}

#btmNav a:hover{
	color:#ff0000;
	text-decoration:underline;
}

