/* CSS Document */


a:link {
    font-family: Arial,Helvetica, sans-serif;
	color: #669900;
	font-weight: bold;
}
a:visited {
    font-family: Arial,Helvetica, sans-serif;
	color: #669900;
	font-weight: bold;
}
a:hover {
    font-family: Arial,Helvetica, sans-serif;
	text-decoration: underline;
	color: #006699;
}
a:active {
    font-family: Arial,Helvetica, sans-serif;
	text-decoration: underline;
	color: #000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000;

}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #666;
	font-weight: bold;
}

.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #669900;
	font-weight: bold;
}

ul
{
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0;
	
}

ol
{
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	list-style-position: outside;
	margin-top: 0;
	
}
