body
{
	color: Navy;
	font-family: Verdana, Arial, 'Times New Roman' , 'Microsoft Sans Serif';
}
#Content
{
   position: relative;
   margin-left: 200px;
   vertical-align: top;
}
#leftCol
{
   position: relative;
   left: 0px;   
   top: 0px;   
}
A:link 
{ 
	COLOR: darkgreen; 
}
A:visited
{ 
	COLOR: darkgreen; 
}
A:active
{ 
	COLOR: darkgreen; 
}
A:hover 
{ 
	COLOR: darkgray; 
}
.ErrorMessage
{
	font-size: 11px;
	color: red;
	font-style: italic;
	font-family: Arial;
}
.LabelText
{
	font-weight: bold;
	font-size: 12px;
}
.SearchTipsText
{
	font-size: 12px;
	color: Navy;
	font-family: Verdana, Arial, 'Times New Roman' , 'Microsoft Sans Serif';
	height: 35px;
}
.MenuItem 
{ 
	FONT-SIZE: 11px; 
	COLOR: Gray; 
	FONT-FAMILY: Verdana; 
	BACKGROUND-COLOR: transparent 
}
.HyperLinkTag 
{ 
	FONT-SIZE: 12px; 
	FONT-FAMILY: 'Trebuchet MS' , Tahoma, Verdana, Arial, 'Times New Roman' 
}
.BothHands 
{ 
	CURSOR: hand 
}