body{
background-image:url('images/bg1.jpg'); background-repeat:repeat-y;
background-position:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px
}
a:link {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
        color:#000000;
        text-decoration: none;
 }
a:visited {
        color: #000000;
        font-weight:bold;
        text-decoration: none
 }
a:active {
        color:#990000;
        text-decoration: none
 }
a:hover {
        color: #990000;
        text-decoration: none
 }
 
 #heading
 {
 background-color: #7f876e;
 	color: #FFFFFF;
	padding: 2px;
	font-family: Verdana;
	font-weight: bold;
	font-size:14px;
	text-align:left;
 	text-decoration: none;

}
.white-title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
