body
{
	BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	.ButtonStyle
{
	background-color:White; 
	color:Black; 
	font-family : Tahoma;
	font-size : 10pt;
	font-weight:bold;
	width:80px;
	height :25px;
	border-width:1;
	background-color:#D7E7F9;
}	
.TextBoxStyle
{
	font-family : Tahoma;
	font-size : 8pt;
	color :Black;
	height:15px;
	border-width:1px;	
}
.LinkButtonStyle
{
	font-family:Tahoma;
	font-size:8pt;
	color :#184683;
}
	