body {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	background-color : Black;
}

img {
	border: 0;
}


p, td {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

H1  {
	font-size : 16px;
	font-weight : bold;
}

.sectionHeading {
	color : #6FA2EE;
	background-color : transparent;
}

H2  {
	font-size : 14px;
	font-weight : bold;
}

H3  {
	font-size : 12px;
	font-weight : bold;
}

.footer {
	font-size : 13px;
	text-align : center;
	vertical-align : middle;	
}

.copyright {
	font-size : 13px;
	color : #999999;
	background-color : transparent;	
}

.title {
	padding-bottom : 0px;
	margin-bottom : 0px;
	font-weight : bold;
	font-style : italic;
}

A  {
	text-decoration : underline;
	color : #002572;
}

A:Visited  {
	color : #002572;
	background-color : transparent;
}

A:Hover  {
	color : #FF9900;
	background-color : transparent;	
}

.navALink {
	color: #71C0F0;
	background-color : transparent;	
}

A.navALink  {
	text-decoration : underline;
	color : #71C0F0;
	background-color : transparent;	
}

A.navALink:Visited  {
	color : #71C0F0;
	background-color : transparent;	
}

A.navALink:Hover  {
	color : Yellow;
	background-color : transparent;	
}

.quote {
	font-style : italic;
	font-weight : normal;
	text-align : justify;
}

.quoteauthor {
	text-align : right;
}

.current {
	text-decoration : none;	
	color: #FF9900;
	background-color : transparent;	
}

.content {
	text-align : justify;
	background-color : White;
	border : none;
	width : 435px;

	padding : 12px 12px 12px 12px;
	vertical-align : top;
}

.contentNoLine {
	text-align : justify;
	background-color : White;
	border : none;
	width : 100%;

	padding : 12px 12px 12px 12px;
	vertical-align : top;
}

.contentBottom {
	text-align : justify;
	background-color : White;
	border : none;
	width : 435px;
	padding : 12px 12px 12px 12px;
	vertical-align : middle;

}

.structContentTable {
	background-color : #002572;
	padding : 0px;
	margin : 0px;
	border : 0px;
	width : 100%;

}

.mainContentCell {
	background-color : White;
	border : 0;
	color : Black;
}

.rightDividerCell {
	background-color : #CCCCCC;
}

.rightDividerCellWhite {
	background-color : white;
}

.rightPics {
	background-color : white;
	width : 200px;
	padding : 5px 5px 5px 5px;
	vertical-align : top;
}

.rightPicsBottom {
	background-color : white;
	width : 200px;
	padding : 5px 5px 5px 5px;
	vertical-align : middle;
	text-align : center;
}

.navBarCellTop{
	background-color : #002572; 
	width : 140px;
	text-align : left;
	vertical-align : top;
}

.navBarCellBottom{
	background-color : white;
	width : 140px;
	text-align : left;
	vertical-align : top;

}

.warning{
	color : Red;
	text-transform : uppercase;
	text-decoration : underline;
	font-style : italic;
	font-size : smaller;

}
