body{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:10px;
colo:#000000;
background-image:url('../imgs/bg.jpg');
background-repeat:repeat-x;
}

td {
	/*text-align: left;*/
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color: #000000;
}

a.MenuLink:link   	{ text-decoration: underline; color : #5477E7;  }
a.MenuLink:visited 	{ text-decoration: underline; color : #5477E7; }
a.MenuLink:hover	{ text-decoration: underline; color : #FF0000; }\

a {
	text-decoration: underline;
	color:#6B70BD;
}

A:Hover  {
	color : #9EA3DE;
	text-decoration : underline;
}

H3 {
	color: #3D429E;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
}

.ram_font{
	color: #FFFFFF;
	font-weight: bold;
	font-size : 15px;
	font-family:Tahoma;
}
.ram_no{
	color: #FFFFFF;
	font-weight: bold;
	font-size : 15px;
	font-family:Tahoma;
}



fieldset {
padding:5px;
padding-left:50px;
display:block;
margin-left:2px;
margin-right:2px;
padding:0.35em 0.625em 0.75em;
}

.errormsg {
  display: block;
  width: 90%;
  height: 20px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(../imgs/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.succmsg {
  display: block;
  width: 90%;
  height: 20px;
  color: #FFFFFF;
  font-weight: bold;
  background: #54ed46 url(../imgs/done.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #039c03;
  border-bottom: 2px solid #039c03;
}

tr.datatable td {
	background : #FFFFFF;
	border-bottom : 1px #000000 solid;
	border-right : 1px #000000 solid;
	font-family:arial;
	font-size:12px
}

tr.main td
{
	background : #FFFFFF;
	border-bottom : 1px #000000 solid;
	border-right : 1px #000000 solid;
	padding : 3px 2px;
	font-weight:bold;
	color:#000000;
}

/*legend {
float:none !important;
height:auto !important;
max-height:none !important;
max-width:none !important;
min-height:0 !important;
min-width:0 !important;
padding-left:2px;
padding-right:2px;
position:static !important;
white-space:nowrap;
width:-moz-fit-content !important;
}*/