BODY {background-color: #245DAA;}

BODY, TD {font-family : Arial, Helvetica, sans-serif;  font-size : 12px; color: White; }
/* this is for default paragraphs */
P {
    font-size : 14px;
    line-height : 150%;
	text-align : justify;
	margin-right : 15px;
	margin-left : 15px;
	margin-bottom : 15px;
	margin-top : 15px;
	}

/* Paragraph Bold */
P B  {font-weight: bold; letter-spacing : 1px; }
/* news header */

	/*page header*/
H4 {
	font-size : 14px;
	color: white;
	font-weight: bold;
	font-style : normal;
	text-align : center;
	letter-spacing : 1px; 
	margin-right : 15px;
	margin-left : 15px;
	margin-bottom : 15px;
	margin-top : 15px;
	}
	
/*normal anchors*/
A:link{font-family: Arial, Helvetica, sans-serif; color: white; font-size: 14px; text-decoration: underline; }
A:active{font-family: Arial, Helvetica, sans-serif; color: white; font-size: 14px; text-decoration: underline; }
A:visited{font-family: Arial, Helvetica, sans-serif; color: white; font-size: 14px; text-decoration: underline; }
A:hover{font-family: Arial, Helvetica, sans-serif; color: #ffd700; font-size: 14px; text-decoration: underline; }

.pic {
margin-right : 12px;
	}

/*Apply these classes to any tag*/
.black {color : Black; }
.white {color : White; }
.center{text-align : center; }
.italic {font-style : italic; }
.rightalign {text-align : right;}
.tenPX {font-size : 10px; line-height : 140%; }