a:link {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: underline;
	cursor: hand;
}

A:ACTIVE {
	color: color: #0099CC;
	text-decoration: underline;
}

A {
	color: #336699;
	text-decoration: underline;
}

 BODY {
	SCROLLBAR-FACE-COLOR: #686800;
	SCROLLBAR-HIGHLIGHT-COLOR: #686800;
	SCROLLBAR-SHADOW-COLOR: #686800;
	SCROLLBAR-3DLIGHT-COLOR: #686800;
	SCROLLBAR-ARROW-COLOR: #CCCCCC;
	SCROLLBAR-TRACK-COLOR: #BCBC85;
	SCROLLBAR-DARKSHADOW-COLOR: #686800;
	SCROLLBAR-BASE-COLOR: #686800
}

.medtext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #333333;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #333300;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color : #333333;
	font-weight: bold
}

.smalltext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #333333;
}

.callout {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	font-style : normal;
}

.calloutwhite {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	font-style : normal;
	color : White;
}

.calloutwhite A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	font-style : normal;
	color : White;
}

.calloutwhite A:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	font-style : normal;
	color : Lime;
}

.sidebar {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

HR.gold {
	color : #808040;
}

INPUT.small {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 11px;
	color : #990000;
	background : #CCCC99;
	border : none;
}