BODY, TD{
	font-family: arial,helvetica,san-serif;
	font-size: 13px;
}

/*A         { color: #00297B; font-weight:bold; text-decoration: underline; }*/
A:link    { color: #00297B; font-weight:bold; text-decoration: underline; }
A:active  { color: #00297B; font-weight:bold; text-decoration: underline; }
A:visited { color: #00297B; font-weight:bold; text-decoration: underline; }
A:hover   { color: #2367BB; font-weight:bold; text-decoration: underline; }

H1 { font-size: 32px; }
H2 { font-size: 24px; }
H3 { font-size: 18px; }
H4 { font-size: 16px; }
H5 { font-size: 13px; }
H6 { font-size: 10px; }

HR { 
	color: #00297B; 
	height: 1px;
}


/* MENU */
.Menu1 {
	font-family: arial,helvetica,san-serif;
	font-size: 13px;
	font-weight: normal;
	color: #00297B;
}

.Menu1 A:link    { color:#00297B; font-weight:bold; text-decoration: none; }
.Menu1 A:active  { color:#00297B; font-weight:bold; text-decoration: none; }
.Menu1 A:visited { color:#00297B; font-weight:bold; text-decoration: none; }
.Menu1 A:hover   { color:#2367BB; font-weight:bold; text-decoration: none; }


/* TABLE HEADER */
TH {
	font-family: MS SANS SERIF,arial,helvetica,sansserif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background: #00297B;
}

/* TABLE CELL 1 */
.Table1 {
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background: #E7ECF2;
}

.Table1 A:link    { color:#00297B; font-weight:normal; text-decoration: underline; }
.Table1 A:active  { color:#00297B; font-weight:normal; text-decoration: underline; }
.Table1 A:visited { color:#00297B; font-weight:normal; text-decoration: underline; }
.Table1 A:hover   { color:#2367BB; font-weight:normal; text-decoration: underline; }


/* TABLE CELL 2 */
.Table2 {
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background: #FCFDD7;
}

.Table2 A:link    { color:#00297B; font-weight:normal; text-decoration:underline; }
.Table2 A:active  { color:#00297B; font-weight:normal; text-decoration:underline; }
.Table2 A:visited { color:#00297B; font-weight:normal; text-decoration:underline; }
.Table2 A:hover   { color:#2367BB; font-weight:normal; text-decoration:underline; }


/* TABLE CELL 3 */
.Table3 {
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background: #FEFEF3;
}

.TableA A:link    { color:navy; font-weight:bold; text-decoration:none; }
.TableA A:active  { color:navy; font-weight:bold; text-decoration:none; }
.TableA A:visited { color:#2367BB; font-weight:bold; text-decoration:none; }
.TableA A:hover   { color:#FFCC00; font-weight:bold; text-decoration:none; }


/* TABLE CELL 4 */
.Table4 {
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background: #CDD8E4;
}

.TableA A:link    { color:navy; font-weight:bold; text-decoration:none; }
.TableA A:active  { color:navy; font-weight:bold; text-decoration:none; }
.TableA A:visited { color:#2367BB; font-weight:bold; text-decoration:none; }
.TableA A:hover   { color:#FFCC00; font-weight:bold; text-decoration:none; }


/* BODY LIST 1 */
.List1 {
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color: #000000;	
}

.List1 A:link    { color:#00297B; font-weight:normal; text-decoration: underline; }
.List1 A:active  { color:#00297B; font-weight:normal; text-decoration: none; }
.List1 A:visited { color:#00297B; font-weight:normal; text-decoration: underline; }
.List1 A:hover   { color:#2367BB; font-weight:normal; text-decoration: underline; }







/* THIS IS FOR THE SITE MENU IN THE HEADER.  HOWEVER, THERE IS ALSO SOME REDUNDANT   */
/* FORMATTING IN THE HEADER TABLE ITSELF, SO AS TO BE COMPATIBLE WITH OLDER BROWSERS */
/* (not currently used, since we went with images for the header menu, but we'll leave this for now) */
.headerMenu {
	font-family: arial,helvetica,sansserif;
	font-size: 13px;
	font-weight: bold;
	/*font-style: normal;*/
	text-align: center;
	/*width: 100%;  NETSCAPE 4.06 CHOKES */
	
}
.headerMenu A         { color: <? echo $COLORS["green"] ?>; text-decoration: none; }
.headerMenu A:link    { color: <? echo $COLORS["green"] ?>; text-decoration: none; }
.headerMenu A:active  { color: <? echo $COLORS["green"] ?>; text-decoration: none; }
.headerMenu A:visited { color: <? echo $COLORS["green"] ?>; text-decoration: none; }
.headerMenu A:hover   { color: <? echo $COLORS["green"] ?>; text-decoration: underline; }




/* THE MENU THAT APPEARS DIRECTLY ABOVE THE FOOTER */
.footerMenu {
	font-family: arial,helvetica,sansserif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #000000;
	/*width: 100%;  NETSCAPE 4.06 CHOKES */
	
}
.footerMenu A         { color: #00297B; text-decoration: none; }
.footerMenu A:link    { color: #00297B; text-decoration: none; }
.footerMenu A:active  { color: #00297B; text-decoration: none; }
.footerMenu A:visited { color: #00297B; text-decoration: none; }
.footerMenu A:hover   { color: #2367BB; text-decoration: underline; }



/* THE MAIN PART OF THE FOOTER */
.footer {
	font-family: arial,helvetica,sansserif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color: black;
	/*width: 100%;  NETSCAPE 4.06 CHOKES*/
}
.footer A         { color: #00297B; font-weight: normal; text-decoration: underline; }
.footer A:link    { color: #00297B; font-weight: normal; text-decoration: underline; }
.footer A:active  { color: #00297B; font-weight: normal; text-decoration: underline; }
.footer A:visited { color: #00297B; font-weight: normal; text-decoration: underline; }
.footer A:hover   { color: #2367BB; font-weight: normal; text-decoration: underline; }



/* CREDITS THAT APPEAR UNDER THE FOOTER, ("CREATED BY A&A") */
.footerCredits {
	font-family: arial,helvetica,sansserif;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #00297B;
	/*width: 100%;  NETSCAPE 4.06 CHOKES */
}
.footerCredits A         { color: #00297B; text-decoration: none; }
.footerCredits A:link    { color: #00297B; text-decoration: none; }
.footerCredits A:active  { color: #00297B; text-decoration: none; }
.footerCredits A:visited { color: #00297B; text-decoration: none; }
.footerCredits A:hover   { color: #2367BB; text-decoration: underline; }


