/* CSS Document */

body {
	background:white url('images/newgray.gif'); 
	color: #000000;
	font-family: verdana;
	font-size: 8pt;
	font-style: normal;
	line-height: 8pt;
	margin: 0px;
	margin-top: 1px;
}
/*
 * THE FOLLOWING PROPERTIES ARE SEPERATED BECAUSE:
 * NN4, NN6, and IE5 do not support the following properties, 
 * some browsers ignore the entire block when they see
 * something they do not understsand.
 */
body {
	scrollbar-face-color: #FFBD16;
	scrollbar-highlight-color: #FEF691;
	scrollbar-shadow-color: #F49D3E;
}
a:link {
	color: #004080;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #004080;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
ul, li{
	list-style: square;
	padding: 0px 10px 0px 0px;
}
/*
 * THE FOLLOWING PROPERTIES ARE SEPERATED BECAUSE:
 * NN4 does not support the 'inside' value in the list-style property.
 * This will cause NN4 to still use the 'square' value above, while
 * supporting browsers will use 'square inside'
 */
ul, li{
	list-style: square inside;
}

p, a, table, td, font{
	font: 8pt verdana;
}
.newtxt {
	background: yellow;
	color: red;
	font: 6pt verdana;
	font-weight: bold; 
	line-height: 5pt;
}
.highlight {
	color: #ff0000;
	font-family: verdana;
	text-decoration: none;
}
.contact {
	color: #729607;
	font-family: arial;
	font-size: 14pt;
	text-decoration: none;
}
input {
	background: white;
	font-size: 11pt;
}
/*
 * Commented temporarily.
input {
	font-family: "Times New Roman";
	text-transform: lowercase;
}
*/
/*
 * THE FOLLOWING PROPERTIES ARE SEPERATED BECAUSE:
 * NN4 does not render borders well, and does not support the
 * height property.  They are both included in this block
 * because it should cause NN4 to ignore the border property 
 * completely and still allow other browsers to render the page
 * the way it was intended.
 */
input {
	border: 1px solid black;
	height: 20;
}

/*
 * THE FOLLOWING PROPERTIES ARE SEPERATED BECAUSE:
 * I didn't know where else to put them.
 */

.menu  {
	display: block;
	font-weight: bold;
	font-family: arial;
	color: #344559;
	font-size: 18pt;
	height: 23px;
	width: 120px;
	padding-top: 3px;
	vertical-align: middle;
	text-align: left;
	}
	
a.menu:link	{
	COLOR: #0479B0;
	TEXT-DECORATION: none;
	width: 100%;
	}
	
a.menu:visited	{
	COLOR: #0479B0;
	TEXT-DECORATION: none;
	width: 100%;
	}
	
a.menu:active	{
	COLOR: #0479B0;
	TEXT-DECORATION: none;
	width: 100%;
	}
	
a.menu:hover	{
	COLOR: #F6A742;
	TEXT-DECORATION: underline;
	width: 100%;
	}
