/*
Style Sheet  by Steve Dawson
 at www.stevedawson.com
*/
A:HOVER{
		TEXT-DECORATION: none;
		COLOR: red;
}
A{
		TEXT-DECORATION: none;
		COLOR: #000000;
}
A.menu{
		TEXT-DECORATION: none;
		COLOR: #ffffff;
		font-weight : normal;
}
A.menu:HOVER{
		TEXT-DECORATION: none;
		COLOR: #ffffff;
}
A.bot_menu{
		TEXT-DECORATION: none;
		COLOR: #000000;
		font-weight : bold;
			font-size : 12;
}
H1{
		font-family : Verdana;
	font-size : 18;
	font-style : normal;
}
P {
	font-family : Arial;
	font-size : 13;
	font-style : normal;
}
.copyright {
	font-family : Arial;
	font-size : 11;
	font-style : normal;
}
LI{
		font-family : Verdana;
	font-size : 10;
	COLOR: #00008B;

}

P.top_header {
	font-family : Verdana;
	font-size : 11;
	font-style : normal;
}
FORM{
	margin-top : 0px;
	margin-bottom : 0px;
}
INPUT {
		font-family : Verdana;
			font-size : 11;
	BORDER-RIGHT: #666666 1px inset; 
	BORDER-TOP: #666666 1px inset; 
	BORDER-LEFT: #666666 1px inset; 
	BORDER-BOTTOM: #666666 1px inset;

}
TEXTAREA{
		FONT-WEIGHT: normal; 
	    FONT-SIZE: 10pt; 
	    FONT-FAMILY: Arial;
		border : 1px outset Gray;

}
SELECT {
		font-family : Verdana;
			font-size : 11;
}