BODY {
	color : #0D7142;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : justify;
	margin : 10px 10px 10px 10px;	
	
	
	scrollbar-DarkShadow-Color:#0D7142;
	scrollbar-Track-Color:#DCE3DA;
	scrollbar-Face-Color:#0D7142;	
	scrollbar-Shadow-Color:#DCE3DA;	
	scrollbar-Highlight-Color:#DCE3DA;	
	scrollbar-3dLight-Color:#0D7142;
	scrollbar-Arrow-Color:#DCE3DA;
		
}
B {
	color :  #0D7142;
}


H2, H1, H3, H4, H5, H6 {
	color:  #0D7142;
	text-align : center;
}


HR {
	color: Teal;
}

TABLE, TD, TR {
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;	
}

 TH {
	background-color :  #0D7142;
	color: #A4C49D;
	text-align: center; 
 }

TD.Invert {
 	background-color :  #0D7142;
	color: #A4C49D;
	text-align: center; 
}

TD.NotInvert {
 	background-color :   #A4C49D;
	color:#0D7142;
	text-align: center; 
}

 A:link, A:visited ,A:active{
	color: Olive;
	font-weight: normal;
	text-decoration: none;
}

A:hover {
	color : Olive;
	text-decoration: underline;
}

P {
    font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size : 12px;
}

UL{
    color : #336666;
	font-weight: bold;
    margin-left: 20px;
	text-align : left;	
}

 LI {
 	font-weight: normal;
	margin-left: 30px;
	margin-right: 30px;
}

 LI.link {
 	font-weight: normal;
	margin-left: 50px;
	margin-right: 30px;
}

UL.list, LI.list{
	color : #000000;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 20px;
	text-align : left;
}

P.list {
    font-family :  Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	font-size : 12px;	
	margin-left: 40px;
	margin-right: 10px;
}
TEXTAREA,INPUT,OPTION,BUTTON,SELECT{
	background : #0D7142;
	color :  #A4C49D;
	
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
		
	border-left-color : #DCE3DA;
	border-right-color : #DCE3DA;
	border-bottom-color : #DCE3DA;
	border-top-color : #DCE3DA;
	border-bottom-style : solid;
	border-right-style : solid;
	border-top-style : solid;
	border-left-style : solid;

	}

