@charset "utf-8";


a:link {
	color: #063d96;
	text-decoration: none;
	}
	
a:visited {
	color: #063d96;
	text-decoration: none;
	}

a:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #063d96;
	}

a:active {
	color: #5e9afd;
	text-decoration: none;
	}

.products {
	color: #003384;
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	}

.jumpTo {
	font-size: 8pt;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	background-position: right;
	text-align: right;
	text-transform: uppercase;
	}


.body_heading {
	font-size: 12pt;
	font-weight: bold;
	background-color: #aa0000;
	text-transform: uppercase;
	border: 1px solid #000000;
	color: #ffffff;
	letter-spacing: 0.2em;
	}
	
.bodytext {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color:#FFFFFF;
	}
	
.pageTitle {
	font-size:120%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform: capitalize;
	color:#003384;
	}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #ffffff;
	background-color:#063d96;
	}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	
	
.indextext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	font-weight: normal;
	}



sub {font-size: 85%;}

sup {
	font-size: 80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

div#footer	a:link {
			color:#FFFFFF;
			}
			
div#footer	a:visited {
			color:#FFFFFF;
			}
			
div#footer	a:hover {
			color:#aaaaff;
			font-weight:normal;
			}
	

	
.text_404 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	}
.copyright {
	font-weight: bold;
	color: #B0B7FF;
}
