body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #aeb2bd;
	background-image: url(images/bg_fade.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
p {
	font-size: 11px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: justify;
}
h1 {
	color: #79c360;
	font-size: 16px;
	margin-left: 15px;
	margin-right: 15px;
	font-weight: bolder;
	margin-top: 20px;

}

h2 {
	font-size: 14px;
	margin-left: 15px;
	margin-right: 15px;
	font-weight: bold;
}

li {
	font-size: 11px;
	font-weight: normal;
	MARGIN-TOP: 2px; 
	MARGIN-right: 20px; 
	LIST-STYLE-POSITION: outside; 
	LIST-STYLE-IMAGE:    url(images/rt.gif); 
	MARGIN-BOTTOM: 2px; 
	COLOR: #333333;
}
.liclose {
	font-size: 11px;
	font-weight: normal;
	MARGIN-TOP: 0px; 
	MARGIN-right: 20px; 
	LIST-STYLE-POSITION: outside; 
	LIST-STYLE-IMAGE:    url(images/rt.gif); 
	MARGIN-BOTTOM: 0px; 
	COLOR: #333333;
}


.footer {
	font-size: 12px;
}

.footer:link{
	font-size: 12px;
	text-decoration : none;
	color: #333333;	
}

.footer:visited {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
.footer:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #79c360;
}

.headmenu {
	font-size: 11px;
	color: #efefef;
	margin-left: 5px;
}

.headmenu:link{
	text-decoration : none;
	text-align: center;
}

.headmenu:visited {
	text-decoration: none;
	
}
.headmenu:hover {
	text-decoration: underline;
	color: #79c360;
}

