a:link
{
	color: maroon;
	font-weight:normal;
}

a:visited
{
	color: grey;
	font-weight:normal;
} 

a:active 
{
	color: green;
	font-weight:normal;
}

body
{
	font-size:10px;
	color: black;
	text-align:left;
	background-color:white;
}

body,p,h2,h3,h4,h5,h6,table,td,th,ul,ol,textarea,input

{
	font-family:helvetica,geneva,arial,sans-serif;
}

p
{
	font-size: 100%;
}

ul
{
	list-style-type: square;
	font-weight:lighter;
	margin-top:1pt; 
	margin-bottom:1pt;
	line-height: 150%;
}

h2, h3, h4
{
	font-weight:normal;
	margin-top:12pt; 
	margin-bottom:12pt;
}


h2
{
	font-size: 150%;
	color: green;
	font-variant: small-caps;
}

h3
{
	font-size: 115%;
	color: black;
	font-variant: small-caps;
}

h4
{
	font-size: 105%;
	color: green;
	font-weight:lighter;
}

h5
{
	font-size: 85%;
	color: black;
	font-weight:lighter;
	margin-top:1pt; 
	margin-bottom:18pt;
}

h6
{
	font-size: 70%;
	color:green;
	text-transform: uppercase;
	font-weight:lighter;
	margin-top:0pt; 
	margin-bottom:0pt;
}

table
{
	width:95%;
}

table,th,td
{
	border:1px dashed silver;
	border-collapse:collapse;
}

td
{
	padding:4px;
}

th
{
	height:15px;
}
