body {
	background-image: url(images/background.jpg);
	margin-top: 15px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 25px !important;
}
.footer a:visited,active {
  color: #FFFFFF;
  text-decoration: none;
  font-weight:100;
}
.footer a:hover {
  color: #FFFF00 ;
  text-decoration: none;
  font-weight:100;
}

a {
  color: #FF6600;
  text-decoration: none;
  font-weight:bold;
}

a:visited {
  color: #FF6600;
  text-decoration: none;
}

a:active {
  color: #FF6600;
  text-decoration: none;
}

a:hover {
  color: #CC3300 ;
  text-decoration: none;
}

.linebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.errorbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align: justify;
	color:#FF0000;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.header {
	border-top: 1px solid #CCCCCC;
	border-left:  1px solid #CCCCCC;
	border-right:  1px solid #CCCCCC;
}
.main {
	border:  1px solid #CCCCCC;
}
.mainbody {
	background-color:#FFFFFF;
}	
.content {
	margin-left: 10px;
	margin-top: 10px;
}