body {
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position:center;
	background-color: #C5924C;
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
    font-size:11px;  
	line-height:20px;
}

a:link{color:#006633;}
a:hover{color:#006633;}
a:active{color:#006633;}
a:visited{color:#006633;}

a.ws:link{
	color: #000000;
	text-decoration: none;
}
a.ws:hover{
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}
a.ws:active{
	color:#000000;
	font-weight:bold;
	text-decoration: none;
}
a.ws:visited{
	color:#000000;
	text-decoration: none;
}

h1 {
	font-size:18px;
	font-weight:bold;
	color:#C5924C;
	line-height:10px;
}

input, textarea, table, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
}

