BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM:  none;
    WORD-SPACING: normal
}

A:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
	
.Text
{
	font-family :Verdana;
	font-size :11px;
	color: Navy  ;
}
.TextUpper
{
	font-family :Arial;
	font-size :11px;
	color: Navy  ;
	text-transform :uppercase ;
}

.TextBold
{
	font-family :Arial;
	font-size :11px;
	color: Navy  ;
	font-weight:bold ;
}
.TextRed
{
	font-family :Arial;
	font-size :11px;
	color: Red  ;
}
.TextWhiteBold
{
	font-family :Arial;
	font-size :11px;
	color: White  ;
	font-weight : bold;
	background-color : #15487d;
	text-align:center ;
}
	
.TextBlack
{
	font-family :Verdana;
	font-size :11px;
	color: Black  ;
}
.Blue1Back
{
	font-weight: normal;
	font-size: 11px;
	color: Black;
	font-family: Verdana;
	text-decoration: none;
	background : Gray; 
	background-color :#a2d5fb
}
.Blue2Back
{
	font-weight: normal;
	font-size: 11px;
	color: Black;
	font-family: Verdana;
	text-decoration: none;
	background : Silver; 
	background-color :#c8eaf7 ;
}
.TableHeader {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-weight : bold;
	color : White;
	text-decoration : none;
	background-color : Navy;
}
.ActiveTab {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-weight : bold;
	color : White;
	text-decoration : none;
	background-color : #15a5ca;
}
.InActiveTab {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-weight : bold;
	color : White;
	text-decoration : none;
	background-color : #cdeaf0;
}
.ActiveLink
{
	font-family :Arial;
	font-size :11px;
	color: White  ;
	background-color : #15a5ca;
	text-align:center ;
}
	
.MenuBar
{
	background-color :#cdeaf0; 
}
.Lines
{
	background-color :Navy; 
	color : Navy;
}


.InactiveTab
{
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration :none;
	color: white;
	font-family: Verdana;
	background-color:#94d1e4;
}

A.InActiveTab 
{
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: white;
	font-family: Verdana;
	text-decoration: none;
	background-color:#94d1e4;
}

A.InActiveTab:hover
{
	color: Navy;
	text-decoration: none;
}
A.InActiveTab:visited
{
	color: White;
	text-decoration: none;
}
A.InActiveTab:visited:hover
{
	color: Navy;
	text-decoration: none;
}
A.ActiveTab
{
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}

A.ActiveTab:hover{
	color: Navy;
	text-decoration: none;
}
A.ActiveTab:visited{
	color: Navy;
	text-decoration: none;
}