body { background: #dddddd; }

font,th,td,p 	{ 	
	font-family: Courier New, Courier, serif;
	color: #000000
		 }

a:link,a:active,a:visited { color : #000000; }

a:hover		{ color : #000000; }

hr		{ 
	height: 0px; border: solid #999999 0px; 
	border-top-width: 1px;
}


.smallish { font-family: Courier New, Courier; 
font-size : 10px; color: #009900; }
a.smallish { font-family: Courier New, Courier; 
font-size : 10px; color: #009900; }
a.smallish:visited { font-family: Courier New, Courier; 
font-size : 10px; color: #009900; }

.xs { font-size : 10px; color: #000000; font-family: helvetica, arial; }
a.xs { font-size : 10px; color: #000000; }
a.xs:active { font-size : 10px; color: #000000; }
a.xs:visited { font-size : 10px; color: #000000; }
a.xs:hover { font-size : 10px; color: #000000; }

.small { font-size : 13px; color: #000000; }
a.small { font-size : 13px; color: #000000; }

.med { font-size : 12px; color: #000000; }
a.med { font-size : 12px; color: #000000; }
a.med:active { font-size : 12px; color: #111166; }
a.med:visited { font-size : 12px; color: #111166; }
a.med:hover { font-size : 12px; color: #111166; }

li {	text-indent: 6px; }

input, select {
	color : #000000;
	font: normal 11px Courier New, Courier, serif;
}

textarea {
	color : #000000;
	font: normal 11px Courier New, Courier, serif;
	border: 1px solid #999999;  
}

input.button {
	background-color : #eeeeee;
	color : #000000;
	font-size: 9px; 
	font-family: Courier New, Courier, serif;
	border: 1px solid #000000;
	display: block;
}

input, textarea, select {
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;  
}

input { text-indent : 2px; }

input.button {
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;  
}


