/* CSS Document */
body {
	margin-left:0px;
	margin-bottom:10px;
	margin-right:0px;
	margin-top:10px;
	background-color:#ffffff;
}
td {
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	color:#000000;
	line-height:16px;
}
.header-link{
	font-family:arial;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	color:#015aa5;
	line-height:25px;
	padding:0px 20px 0px 20px;
}
.white-text {
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	color:#ffffff;
	line-height:16px;
}
.blue-text {
	font-family:arial;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	color:#0861b1;
	line-height:16px;
}
.bluelink-text {
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#015aa5;
	border-bottom:#015aa5 1px dotted;
}
.bluelink-text:hover {
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	border-bottom:#none;
}
.red-text {
	font-family:arial;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#a00101;
	border-bottom:#a00101 1px dotted;
}
.red-text:hover {
	font-family:arial;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	border-bottom:none;
}
.black-small {
	font-family:arial;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	color:#000000;
	line-height:14px;
}
.black-big {
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	line-height:40px;
	text-transform:uppercase;
}
.footer-text {
	font-family:arial;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	color:#000000;
}
.heading {
	font-family:Arial;
	font-size:23px;
	text-decoration:none;
	font-weight:bold;
	color:#015aa5;
	line-height:30px;
	letter-spacing:-1px;
}
.red-big {
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#c80101;
	line-height:18px;
	text-transform:uppercase;
}
.black-link-text {
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	line-height:20px;
}
.black-link-text:hover {
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#015aa5;
	line-height:20px;
}
.button {
	font-family:arial;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	background-color:#000000;
	border:none;
	text-transform:uppercase;
}


/*CSS Drop-down Menus*/



.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-repeat: repeat-x;
	background-position: center center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #015aa5	;
font:arial;
font-size:12px;
padding: 4px 15px;
text-decoration: none;
font-weight:bold;

}
ol{
	font-family:tahoma;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:18px;
}
.caption-style{
	font-family:arial;
	color:#4c4d4d;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	line-height:25px;
}
.caption-heading{
	font-family:Arial;
	font-size:22px;
	text-decoration:none;
	font-weight:bold;
	color:#254488;
	line-height:30px;
	letter-spacing:-1px;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:arial;
font-size:12px;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #015aa5;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e6e6e6;
}.grey-heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color: #B1B1B1;
	text-decoration: none;
}
