body {
	color : black;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
a,
a:Visited  {
	color : #666633;
	text-decoration : none;
}	a:Active  {
	color : yellow;
	text-decoration : underline;
}	a:Hover  {
	color : Black;
	text-decoration : underline;
	}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.small {
	font-size: 10px;
	}
a.other:Link,
a.other:Visited {
	color: white;
	text-decoration: none;
}	a.other:Active {
	color: white;
	text-decoration: underline;
}	A.other:Hover {
	color: yellow;
	text-decoration: underline;
	}
.forminput {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #ffffee;
	padding: 1px;
	margin: 0;
	border : solid black 2px;
	}
.pnorm {
	color:black;
	background: #FFFFEE;
	border-style: solid;
	}
.pover {
	color:#666600;
	background: #FFFFEE;
	border-style: solid;
	}

