@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
}

a.navLinks:link, a.navLinks:visited, a.navLinks:active {
	/* Applies to all unvisited links */ 
		font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
				color: #003399;
			font-size: 12px;
				margin-left:2ex;
  text-decoration:  none;
	color:            #003399;
}

a.navLinks:hover {
	/* Applies to links under the pointer */
		font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 12px;
				margin-left:2ex;
  text-decoration:  none;
	color:            white;
}

a.footerLinks:link, a.footerLinks:visited, a.footerLinks:active {
	/* Applies to all unvisited links */ 
				color: #DDDDDD;
				font-weight:bold;
			font-size: 12px;
  text-decoration:  none;
}

a.footerLinks:hover {
	/* Applies to links under the pointer */

	font-weight:bold;
			font-size: 12px;

  text-decoration:  none;
	color:            #DDDDDD;
}

 /*Applies to all image links*/
a:link img {
	text-decoration: none;
}
a:visited img {
	text-decoration: none;

}
a:hover img {
	text-decoration: none;

}

.bodyText {
	font:14px "Times New Roman", Times, serif;
	color: #484848;
	margin-left:20px;
	margin-right:40px;
}

.bodyHeader {
	font:18px sans-serif;
	color:black;
	margin-left:20px;
}
.medHeader {
	font:16px sans-serif;
	color:black;
	margin-left:20px;
}
.navText {
		font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
				color: #003399;
			font-size: 12px;
				margin-left:2ex;
  text-decoration:  none;
	color:            #003399;
}
a.state {
	font-family:tahoma;
	font-size:11px;
	color:black;
	text-decoration:none;
	font-weight:bold;
}
a.moreLinks {
	font-family:tahoma;
	font-size:11px;
	color:#003399;
	font-weight:bold;
}
.contactUsText {
	font-family:tahoma;
	font-size:12px;
	color:#484848;
	text-decoration:none;
}
INPUT {
	BORDER: #D5D5D5 1px solid;
	FONT-FAMILY: verdana;
	FONT-SIZE: 11px;
	COLOR: black;
	FONT-STYLE: normal;
	BACKGROUND-COLOR: #FFFFFF;
}
TEXTAREA {
	FONT-FAMILY: verdana;
	FONT-SIZE: 11px;
	COLOR: black; 
	FONT-STYLE: normal;
	BACKGROUND-COLOR: #FFFFFF;
	border: 1px solid #D5D5D5;
}
.bodyTextNOMARGIN {
	font:14px "Times New Roman", Times, serif;
	color: #484848;
}
.bodyTextNOMARGINsold {
	font:14px "Times New Roman", Times, serif;
	text-decoration: line-through;
	color: #484848;
}

a.bodyTextFINEPRINT:link, a.bodyTextFINEPRINT:visited, a.bodyTextFINEPRINT:active {
	font:10px "Times New Roman", Times, serif;
	color: #484848;
	text-decoration: none;
	letter-spacing: 1px;
}
a.bodyTextFINEPRINT:hover {
	font:10px "Times New Roman", Times, serif;
	color: #484848;
	font-weight:bold;
	text-decoration: none;
	letter-spacing: 1px;
}