.mainTable{
	border: 1px solid Gray;
	background-color: Gray;
}

A{
	COLOR: #0066CC;
}
A:hover {
	/*COLOR: Purple;*/
	COLOR: #336600;
	text-decoration : underline;
	font-weight: bold ;
}


A.menu{
	COLOR: #0066CC;
	text-decoration : none;
}
A.menu:hover {
	COLOR: #336600;
	text-decoration : underline;
}

A.menuRecent,A.menuRecent:hover{
	COLOR: #336600;
	text-decoration : none;
	font-weight: bold ;
}

BODY{
	/*	font-family : Helvetica, Arial, Verdana, Geneva, sans-serif;*/
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.1em;
	font-size: 12px;
	background-color: White;
	color: #336600;
}

TABLE,TR,TD {
	font-family :  Helvetica, Arial,Verdana, Geneva, sans-serif;
	font-size: 12px;
	color : #336600;  
}

.VerReg {
	vertical-align: sub;
}

.main {
	font-size : 12px;
}



.big {
	font-size : 14px;
}
.bigB {
	font-size : 14px;
	font-weight: bold;
}



.largeB {
/*	font : bold 16px; */
	font-size: 16px; 
	font-weight: bold ;
}

.small {
	font-size : 11px;
}
p {
	margin-top: 5px;
	margin-bottom : 2px;
	
	}
	
div {
	margin-top: 5px;
	margin-bottom : 3px;
	}
	
LI {
	padding-left : 2px;
	margin-top: 5px;
	margin-bottom : 3px;
	text-align : justify;
}

ul,ol {
	margin-top: 3px;
	margin-bottom :1px;
}

.zebra {
	background-color : #F0F8FF;
	font-size : 12px;
	padding-left : 10px;
	text-align : justify;
	padding-right : 10px;
}

.zebrawhite {
	background-color : White;
	font-size : 12px;
	padding-left : 10px;
	text-align : justify;
	padding-right : 10px;
}