/* body of the website */
body {
	background-color: #F2F2F2;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Times, serif;
	font-size: 11px;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	text-decoration:none;
}
/*Container of the website having all the elements*/
#container   { width: 770px; height: 100%; text-align: left; background-color: #FFFFFF; 
               border: 1px solid #4A7BAD; background-position: left center; }
               
/* forum fields */
.form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	
	border:1px solid #CCCCCC;
	height:12px;
	background-color:#FFFFFF;
}
.form_button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;

	border:0px solid #F2F2F2;
	border-bottom:2px solid #F2F2F2;
	border-top:1px solid #F2F2F2;
	border-left:1px solid #F2F2F2;
	border-right:1px solid #F2F2F2;
	height:16px;
	width:40px;
	background-color:#F2F2F2;
h2           { color: #000000 }
h1           { color: #000000 }
h3           { color: #000000 }