a:link {
	color: #94D414;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
  color: #94D414;
  text-decoration: none;
  font-weight: bold;
  
}

a:hover {
	text-decoration: none;
	 color: #AEAEAE;
	 font-weight: bold;
}

a:active {
	color: #94D414;
	font-weight: bold;
	text-decoration: none;
}

.body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #AEAEAE;
}

.test{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}

.smallbody{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}


.title {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #656565;
}


.name {
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #656565;
}
	
	
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;

}

li {
	list-style-position: outside;
	background-image: url('/images/misc/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding-left: 3em;
	padding-bottom: 0.2em;
		
}

