input {
	font-family : "Courier New",Courier, monospace;
	font-size : 9pt;	
}
select{
	font-family : "Courier New",Courier, monospace;
	font-size : 9pt;
}
BODY {
	color : #666666;
	background-color : #FFFFFF;
	font-family : Arial, sans-serif;
	font-size : 10pt;
}
A {
	color : Black;
}

A:HOVER {
	color : #5F9EA0;
}
.menu-items {
	font-size : 9pt;
	color : #FFFF99;
	font-weight : bold;
	padding-left : 15px;
}
.menu-inner {
	font-size : 9pt;
	color : #FFFF99;
	font-weight : bold;
	text-align : center;
}
a.menuleft:link {
	color : #FFFF99;
	text-decoration : none;
}
a.menuleft:visited {
	color : #FFFF99;
	text-decoration : none;
}
a.menuleft:active {
	color:#FFFFFF;
	text-decoration : none;
}
a.menuleft:hover {
	color:#FFFFFF;
	text-decoration : none;
}
