body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #525f6f;
}
.content{
   font-family:Arial;
   color:#282828; 
   font-size:11px;
   text-align:justify;
   line-height:18px;
   font-weight:normal;
}
.fields{
   font-family:Arial;
   color:#282828; 
   font-size:12px;
   font-weight:normal;
}
.heading1{
   font-family:Arial;
   color:#000000;
   font-weight:bold;
   font-size:16px;
}
.heading2{
   font-family:Arial;
   color:#b1b33d;
   font-weight:bold;
   font-size:16px;
}
.heading3{
   font-family:Arial;
   color:#993300;
   font-weight:bold;
   font-size:12px;
}
.footer{
   font-family:Arial;
   color:#737373; 
   font-size:11px;
}
.footer2{
   font-family:Arial;
   color:#262626; 
   font-size:11px;
} 
.txtfield{
   font-family:Arial;
   color:#262626; 
   font-size:11px;
   border:1px solid #cccccc;
   width:140px;
   height:16px;
} 
.txtarea{
   font-family:Arial;
   color:#262626; 
   font-size:11px;
   border:1px solid #cccccc;
   width:140px;
   height:100px;
} 
.btn{
	font-family:'Arial';
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	height:23px;
	width:58px;
	text-align:center;
	background:url(btn.jpg);
	border:0px;
}
.img{
	border:1px solid #c9c9c9;
	padding:3px;
	background-color:#ffffff;
}
.mail{
	font-family:'Arial';
	color:#804c09;
	font-size:11px;
	text-decoration:none;
}
.mail:hover{
	text-decoration:underline;
}