body{
	background: url(img/bg.gif);
	font-family: arial, sans-serif;
	color: #000000;
}

h2 {

   font-style : normal;

   font-weight : bold;

   font-size : 14px;

   font-family : Verdana, Arial, Helvetica, sans-serif;

   color : #000000;

   text-decoration : none;

}


.title {

   font-style : bold;

   font-weight : bold;

   font-size : 16pt;

   font-family : Verdana, Arial, Helvetica, sans-serif;

   color : #000000;

   text-decoration : none;

}

a, a:link, a:visited, a:active {
   font-style : normal;
   font-weight : bold;
   font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #000000;
   text-decoration : none;
   border:0px;

}


a:hover {
   font-style : normal;
   font-weight : bold;
   font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #000000;
   background-color:#FF6666;
}

#main {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 840px;
	background-color: #ffffff;
	border: 1px solid #444444;
	padding: 5px;
}
