/* CSS Document */

.greenlink {
	font-family: Tahoma;
	font-size: 11px;
	color: #589304;
}
.greenlink:link {
	text-decoration: underline;
}
.greenlink:visited {
	text-decoration: underline;
}
.greenlink:hover {
	text-decoration: none;
	color: #96966D;
}
.greenlink:active {
	text-decoration: underline;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
.whitelink {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
}
.whitelink:link {
	text-decoration: underline;
}
.whitelink:visited {
	text-decoration: underline;
}
.whitelink:hover {
	text-decoration: none;
	color: #F0FFF0;
}
.whitelink:active {
	text-decoration: underline;
}
.whitefont{
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff; 
	font-weight:bold;
}
.blackfont{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.style1 {
	font-family: Tahoma; 
	font-size: 11px; 
	color: #333333; 
	font-weight: bold; 
}
.blacklink {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333; 
	font-weight: bold; 
}
.blacklink:link {
	text-decoration: underline;
}
.blacklink:visited {
	text-decoration: underline;
}
.blacklink:hover {
	text-decoration: none;
	color: #000000;
}
.blacklink:active {
	text-decoration: underline;
}

