/* CSS Document */
body,td,th {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #000000;
}

/****************************************************************************************/
body {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-color:#DADCE7;
	margin-left: 0px;
	margin-top: 19px;
}

/****************************************************************************************/
 a:link{color:#000000; text-decoration:none;}
 a:hover{color:#FF0000; text-decoration:underline;}
 a:visited{color:#1D5C4F; text-decoration:none; }
 
/****************************************************************************************/  
   .textbox
  {
   border: 1px solid #3366A0; color:#3366A0;
   }
/****************************************************************************************/ 
     .buttons 
{
	background-color: #3366A0;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height:12pt;
	font-weight:bold ;
	color:#ffffff;
	cursor:pointer;
}
/****************************************************************************************/
 

