
a, a:link, a:visited, a:active {
	color : #006400;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-decoration : none;
	font-weight : normal;
}

a.lgelink:link, a.lgelink:visited, a.lgelink:active {
	color : #008080;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	text-decoration : none;
}
a.redlink:link, a.redlink:visited, a.redlink:active {
	color : Blue;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	text-decoration : underline;
}

a.smllink:link, a.smllink:visited, a.smllink:active {
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	text-decoration : none;
	font-weight : bold;
}

body {
	color : Black;
	font-family : Arial, sans-serif;
	font-size : 11px;
	background : White;
}

h1{
	color : Teal;
	font-family : Arial, sans-serif;
	font-size : 28px;
}

h2 {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

h3 {
	color : #008000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
}

h4 {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

li {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px ;
	list-style-type : square;
}

table,td {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
a:hover.smllink {
	color : #000000;
}