/* CLASSES FOR BODY and TABLES*/
body, p, caption, td, li, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: x-small;
	color: #333333;
	line-height: 14px;
	margin-top: 4px;
	margin-bottom: 20px;
	}

img {border: 0;}

.pad {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
}

/* CLASSES FOR NAV and LINKS*/

a {
	color : #;
	text-decoration : none;
	color: #00345F;
	}
	

a:visited {
	text-decoration: none;
	color: #;
	color: #00345F;
	}

a:hover {
	color: #;
	text-decoration : underline;
	}
	
a:active {
	color: #;
	text-decoration : none;
	}

/* HEADER TAGS */
h1 {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
h2 {
	font-size: 14px;
	font-weight: lighter;
	color: #77ACF7;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}
	
h4, h5, h6 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}
.body_margin {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.quoted {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #77ACF7;
	line-height: 22px;
}

.quote_border {
	border: 1px solid #00345F;
}

