/*
 Author:	SEAN RILEY, www.ENTELLIGENCE.co.za
*/
.field{
	font-weight: bold;
	color: green;

}
	
.rightborder{
	border-right: 2 dotted Green;
}

.grayfont{
color: gray;
}

.entelligence{
font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color: green; 
	letter-spacing:  2px;
}

body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: black;
}
td{
	font-size : 11px;
}

a{
color:green;
text-decoration: none;
}
a.top{
color:green;
text-decoration: underline;
}
a:hover{
text-decoration: underline;
color: black;
	}
	
.Header{
	border-width: 0px 0px 2px 0px;
	border-style: none none dotted none;
	border-color: silver;
	padding: 3px 3px 10px 3px;
	font-size: 14px;
	font-weight: bold;
	font-family: verdana, arial;
}
