body
{
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 11px;
}

/* A HREF */
A:active
{
	
	color: green;
}

A:hover
{
	
	color: Navy;
}

A:link
{
	
	color: Maroon;
}
A:visited
{
	
	color: Olive;
}


/*  MISC class */
.smallPrint 
{
	font-size:xx-small;
}

.smallPrintBold 
{
	font-size:xx-small;
	font-weight:bold;
}

.desc
{
		font-size: 9px;
}

.normalError 
{
	color:Red;
}

/* Form Based Class*/
.dropdownlist 
{
	font-size:xx-small;
	background-color: #FFEEEE;
}

.dropdownlistBold 
{
	font-size:xx-small;
	background-color:#FFEEEE;
	font-weight:Bold;
}


.textbox 
{
	font-size:xx-small;
	background-color:#FFEEEE;
}

.textboxBold 
{
	font-size:xx-small;
	background-color:#FFEEEE;
	font-weight:Bold;
}

.button
{
	border-style:window-inset;
	font-size:xx-small;
	font-weight:Bold;
}


/* DataGrid based Class*/
.header
{
	font-weight: bold;
	color:White;
	background-color:Navy;
}

/* Popup based Class */
.detailtitle
{
	font-size:13px;
	font-weight: bold;
}