/* sitewide element styles*/

A:link, A:visited, A:active {
	color: #004b8d;
	text-decoration: underline;
}
A:hover {
	color: #d41346;
	text-decoration: underline;
}
A.whitelink:link, A.whitelink:visited, A.whitelink:active {
	color: #ffffff;
	text-decoration: underline;
}
A.whitelink:hover {
	color: #d41346;
	text-decoration: underline;
}

A.footerlink:link, A.footerlink:visited, A.footerlink:active {
	color: #ffffff;
	text-decoration: underline;
}
A.footerlink:hover {
	color: #d41346;
	text-decoration: underline;
}

img {
	border: 0px;
}

body{ 
	font-family: tahoma;
	font-size: small;
	font-weight: normal;
	color: #746e6e;
	margin-top: 0px;
	background: url(/images/gray-bkgd.jpg) repeat top left;
}	

table,td,p,ol,ul,li {
font-family: tahoma;
font-size: small;
font-weight: normal;
color: #746e6e;
}	

.text {
	font-family: tahoma;
	font-size: small;
	font-weight: normal;
	color: #746e6e;
}	
.small {
	font-family: sans seriff;
	font-size: .8em;
	font-weight: normal;	
}


.red{
	color: #b62246;
}

.white{
	color: #ffffff;
}

.whiteSm {
	font-family: tahoma;
	font-size: 8.5pt;
	font-weight: normal;
	color: #ffffff;
}
.whiteLg {
	font-family: tahoma;
	font-size: large;
	font-weight: bold;
	color: #ffffff;
}

.blue{
	color: #004b8d;
}

.blueMed {
	font-family: arial;
	font-size: 1.1em;
	font-weight: bold;
	color: #004b8d;
}
.blueLG {
	font-family: times new roman;
	font-size: 1.6em;
	font-weight: bold;
	color: #004b8d;
}
.blueXL {
 font-family:copperplate gothic bold;
 font-weight:bold; 
 font-size:x-large; 
 color:#004b8d;
}


.blueGray{
	font-family: tahoma;
	font-size: small;
	font-weight: bold;
	color: #004b8d;
	background-color: #ece9e2;
	padding: 3px;
}


.grayBkgd{
	background-color: #ece9e2;
}
.whiteBlue{
	font-family: tahoma;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	background-color: #004b8d;
	padding: 3px;
}
.whiteRed{
	font-family: tahoma;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	background-color: #b62246;
	padding:3px;
}




.factsBlTitle{
	font-family: copperplate gothic bold;
	font-size: large;
	color: #ffffff;
	background-color: #0d375c;
	border: 3px solid #285692;
	padding: 5px;
}
.factsBl{
	font-family: arial;
	font-size: small;
	font-weight: normal;
	color: #ffffff;
	background-color: #285692;
	border-top: 1px solid #0d375c;
	padding: 5px;
}
.factsRdTitle{
	font-family: copperplate gothic bold;
	font-size: large;
	color: #ffffff;
	background-color: #b10e39;
	padding: 5px;
	border: 3px solid #285692;
}



.step {
	font-family: arial;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	background-color: #b10e39;
	padding: 3px;
	border-left: 2px solid #c36b82;
	border-right: 2px solid #c36b82;
	border-top: 2px solid #0d375c;
	border-bottom: 2px solid #0d375c;
}
.step2 {
	font-family: arial;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	background-color: #285692;
	padding: 3px;
	border-left: 2px solid #0f5b9f;
	border-right: 2px solid #0f5b9f;
	border-top: 2px solid #b10e39;
	border-bottom: 2px solid #b10e39;
}


h1{
	font-family: arial;
	font-size: 1.4em;
	font-weight: bold;
	color: #004b8d;
	border-bottom: 1px dashed #000000;
	padding-left:1px;
}
h2{
	font-family: arial;
	font-size: 1.3em;
	font-weight: bold;
	color: #004b8d;
}
h3{
	font-family: tahoma;
	font-size: small;
	font-weight: bold;
	color: #004b8d;
}
h4{
	font-family: arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #004b8d;
	border-bottom: 1px solid #d7d5c9;
}
h5{
	font-family: tahoma;
	font-size: small;
	font-weight: bold;
	color: #746e6e;
	border-bottom: 1px solid #ece9e2;
}


.margin5px{
	margin-bottom:5px;
}
.margin10px{
	margin-bottom:10px;
}
