/* CSS Document */

html, body
{
	height:100%;
	margin:0px;
}
*
{
	font-family:Verdana;
	font-size:12px;
}
input, textarea
{
	background-color: #0A62CE;
	border: 1px solid #000000;
 	color:#000000;
}
.thebody th
{
 	background-color:#CE0A0B;
 	color:#000000;
}
.thebody td
{
 	background-color:#ffffff;
 	color:black;
}
.table
{
	height:100%;
}
a:link, a:visited
{
	color: #0A62CE;
	text-decoration: none;
}
.active, a:hover, a:active, a:focus
{
	color: #CE0A0B !important;
	text-decoration: none;
}
.back
 {
  background-image:url(pic/bg-left.jpg);
  background-repeat:repeat-x;
  background-position:right;
  background-position:top;
 }
.back1
 {
  background-image:url(pic/bg-right.jpg);
  background-repeat:repeat-x;
  background-position:left;
  background-position:top;
 }

