A:link {
	color: #000000;
	text-decoration: underline;
}

A:visited {
	color: #000000;
	text-decoration: underline;
}

A:active {
	color: #000000;
	text-decoration: underline;
}

A:hover {
	color: #72A2E6;
	text-decoration: none;
}

A.dark:link {
	color: #000000;
	text-decoration: none;
}

A.dark:visited {
	color: #000000;
	text-decoration: none;
}

A.dark:active {
	color: #000000;
	text-decoration: none;
}

A.dark:hover {
	color: #62AA65;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.dark {
	font-size: 12px;
	font-family : Tahoma;
	color : #666666;
}

P.dark {
	font-size: 11px;
	font-family : Verdana;
	color : #666666;
}

TD.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #003366;
	height : 1px;
}

H1 {
	font-size: 20px;
	font-family : Tahoma;
	color : #000000;
}



