BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial;
    FONT-SIZE: 8pt;
}
A	{	
	text-decoration:none;
	color:	white;
	font-size:8pt;	
	}			


A:hover	{	
	text-decoration:	underline;
	color:	#CCCC99;
	font-size:8pt;
	}
	
#lnkSort
{
	color: Red ;
	font-size : 15px;
	font-weight : bold;	
}

/*this is for user main menu*/
.lnkText
{
	color : #003063;	
}
.lnkText:hover
{
	color : #003063;	
}
/*end this is for user main menu*/




A.BlueLink
	{	
	text-decoration:none;
	color:	#003063;
	font-size:8pt;	
	}			

A.BlueLink:link	{	
	text-decoration:none;
	color:	#003063;
	font-size:8pt;	
	}			
A.BlueLink:hover	{	
	text-decoration:	underline;
	color:	#003063;
	font-size:8pt;
	}




.FormHeader
{
	background-color:#CCCC99;
	color:Black;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
}	
.FormText
{
	background-color:white;
	color:#003063;
	font-family:Arial;
	font-size:8pt;
}	
.FormButton
{
	background-color:#CCCC99;
	color:Black;
	font-family:Arial;
	font-size:8pt;
	width:80px;
	height:20px;
	border:1px solid gray;
}
.FormIntroText
{
	background-color:white;
	color:#000000;
	font-family:Arial;
	font-size:10pt;
}	
.WebText
{
	color:#000000;
	font-family:Arial;
	font-size:8pt;
}	
.ResumeText
{
	color:#000000;
	font-family:Arial;
	font-size:10pt;
}	