
body, p, td  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
}


a {
	color: #666633;
	text-decoration : underline;
}

a:hover {
	color: #999966;
	text-decoration : underline;
}

a:active {
	color: #999966;
	text-decoration : underline;
}

a:visited {
	color: #666633
	text-decoration : underline;
}


body.menu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #CCDD33;
	background-color : #626948;
}

a.menu {
	color: #CCDD33;
	font-weight : bold;
	text-decoration : none;
}

a.menu:active {
	color: #CCDD33;
	font-weight : bold;
	text-decoration : none;
}

a.menu:visited {
	color: #CCDD33;
	font-weight : bold;
	text-decoration : none;
}

a.menu:hover {
	color: #CCDD33;
	font-weight : bold;
	text-decoration : underline;
}

.form {
	background-color : #626948;
	color : #CCDD33;
	font-weight : bold;
}

.form2 {
	background-color : #979F81;
	color : #333300;
	font-weight : normal;
}

