/* CSS Document */

a.whatever,  a.whatever:link, a.whatever:visited, a.whatever:active { 
   font-family: Verdana; 
   font-size: 8pt; 
   color: #000000; 
   text-decoration: none;
} 

a.whatever:hover { 
   font-family: Verdana; 
   font-size: -2pt; 
   color: #ff6600; 
} 


a.whatever1,  a.whatever1:link, a.whatever1:visited, a.whatever1:active { 
   font-family: verdana; 
   font-size: 7pt; 
   color: #ff0000; 
   text-decoration: none;
} 

a.whatever1:hover { 
   font-family: verdana; 
   font-size: 7pt; 
   color: #000000; 
}



.descHead
{
	font-family: Verdana;
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.descBody
{
	font-family: Verdana;
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
td.tbldescBody
{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;

}

.topBody{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10;
	color : Black;
}
.topBodyT{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10;
	color : Red;
}


td.ContentBgColor
{
	background-color: #FFF683;

}
.btnStyles
{
	border-width:1;
	border-color:#ff00ff;
}