/* MAIN FONT STYLE*/

BODY, TD, P, LI, BLOCKQUOTE, .normal { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

/* LINKS*/
A:link {color: #F20000; text-decoration : none; font-family : Arial; }
A:hover { color:#F20000; text-decoration: underline; font-family : Arial; }
A:active {color: #F20000; text-decoration : none; font-family : Arial; }
A:visited {color: #F20000; text-decoration : none; font-family : Arial; }

.pagetitle { 
font-size: 16px;
font-weight: bold;
color : White;
}

.pagetitlesub { 
font-size: 12px;
font-weight: bold;
color : #708090;
}

.copywright {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #CCCCCC;
}

.blacklinks A:link {color: #000000; font-size: 12px; text-decoration : underline; font-family : Arial; }
.blacklinks A:hover { color:#000000; font-size: 12px; text-decoration: none; text-decoration : none; font-family : Arial; }
.blacklinks A:active {color: #000000; font-size: 12px; text-decoration : underline; font-family : Arial; }
.blacklinks A:visited {color: #000000; font-size: 12px; text-decoration : underline; font-family : Arial; }

.cal td {
	border-bottom: thin ; border-color: White; border-style: solid; 
}
