@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;
}


 /*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;
}
.metroLinks {
	font:12px "Times New Roman", Times, serif;
	color: #003399;
	text-decoration:underline;
	
}

.fakeLinks {
	font:14px "Times New Roman", Times, serif;
	color: blue;
	text-decoration: underline;
}
.cellBodyText {
	font:14px "Times New Roman", Times, serif;
	color: #484848;
}
a.cellBodyText {
	font:14px "Times New Roman", Times, serif;
	color: blue;
	text-decoration: underline;
	}
.CommunitiesHeader {
	font:16px sans-serif;
	color:black;
}
.bodyTextFINEPRINT {
	font:10px "Times New Roman", Times, serif;
	color: #484848;
	letter-spacing: 1px;
}