/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #860A00;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}


A:link	{	
	text-decoration:	none;
	color:	#000000;
	font-family:Arial Alternative;
	font-size:10px;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#000000;
	font-family:Arial Alternative;
	font-size:10px;
	}	
		
A:active
{

}	
		
A:hover	{	
	text-decoration:underline;
	font-size: 10px;
	color:#9B190F;
	font-family: Arial Alternative;	
	text-decoration: none;
	}
	.Links
	{
		color:White;
		font:10px;
		font-weight:500;	
	}
	.tbBody
{
	font: 500 12px Verdana;
	color: #122f26;
	text-align: justify;
}
		
.copyRight
{
	font: 500 10px Verdana;
	color: #122f26;	
	text-align:center;
}
.topLinks 
{
	font-family:Verdana;
	color:#9B190F;
	font-size:8px;
	text-align: right;
}
.SubHeader
{
	font-size:10;
	font-weight:500;
	color:#9B190F;
	font-family:Verdana;
	
}
.MyLinks
{
	font-size:10;
	font-weight:500;
	color:#000066;
	text-decoration:underline;
	font-family:Verdana;
	

}
		
		
	
