sup {
	font-size:13px;
}

body {
	background-image: url(../images/background.jpg);
	background-repeat:repeat-x;
	font-family:tahoma;
	color:#242E51;
	font-size:13px;
	font-weight:bold;
	padding:0;
	margin:0;
}
.logo {
	background-image: url(../images/topLogo.gif); 
	background-repeat:no-repeat;
}
.blueWords {
	color: #061AA6;
	font-size:20px;
	font-weight:bolder;
}
.trademark{
	color:#242E51;
	font-size:10px;
}
.footer{
	color:#061AA6;
	font-size:11px;
}
.lime{
	color: #00FF00;
}
.blue{
	color: #061AA6;
}
.red{
	color:#FF0000;
}

.an{
	color: #000000;
}

.redBold{/*used in conact_us.php validation*/
	color: #FF0000;
	font-weight:bold;
}
A:link IMG { 
	border: none;
}
/*nav links*/	
a {
	text-decoration: underline;
	color: #061AA6;
	outline: none;
	font-size:11px;
	font-weight:900;
	}
a:visited {
	text-decoration: underline;
	color:  #061AA6;
	font-size:11px;
	font-weight:900;
	}
a:active {
	text-decoration: underline;
	color:  #061AA6;
	font-size:11px;
	font-weight:900;
	}
a:hover {
	color: #061AA6;
	font-size:11px;
	font-weight:900;
	text-decoration: underline;
	}
/*frame links*/	
.frame a {
	text-decoration: underline;
	color: #061AA6;
	outline: none;
	font-size:13px;
	font-weight:900;
	}
.frame a:visited {
	text-decoration: underline;
	color:  #061AA6;
	font-size:13px;
	font-weight:900;
	}
.frame a:active {
	text-decoration: underline;
	color:  #061AA6;
	font-size:13px;
	font-weight:900;
	}
.frame a:hover {
	color: #061AA6;
	font-size:13px;
	font-weight:900;
	text-decoration: underline;
	}