A, A:hover, A:visited, A:active {
	color: #4E774E;
	text-decoration : none;
}
A:Hover{
	color: #FFFFFF;
	text-decoration : none;
}
A.dark,  A.dark:Visited, A.dark:Active {  
	color :#9CB69C ;
	text-decoration: none;
	font-weight: bold;
	} 
A.dark:Hover  {	
	color :#FFFFFF; 
	text-decoration: underline;
	font-weight: bold;
	}
A.footer,  A.footer:Visited, A.footer:Active {  
	color :#FFFFFF ;
	text-decoration: none;
	} 
A.footer:Hover  {	
	color :#4E774E; 
	text-decoration: none;
	}
Body{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	scrollbar-face-color:#9CB69C;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#9CB69C;
	scrollbar-darkshadow-color:#9CB69C;
	scrollbar-shadow-color:#4E774E;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#9CB69C;
	color : #000000;
	background : #9CB69C;
	background-image : url(../images/bg.jpg);
	background-repeat : repeat-x;
	background-position : top;
}
Td{
	font-family : Verdana;
	font-size: 10pt;
	color : #000000;
}
Td.dark{
	font-family : Verdana;
	font-size: 10pt;
	font-weight : bold;
	color : #FFFFFF;
	background-color : #4E774E;
}
Input.text {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	background-color: #9CB69C;
	color : #000000;
	border : thin solid #4E774E;
}
Textarea{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	background-color: #9CB69C;
	color : #000000;
}
Select{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	background-color: #9CB69C;
	color : #000000;
}