BODY, TD {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

A {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: red;
	text-decoration: none;
}

A:Hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #F17201;
	text-decoration: underline;
}

HR {
	height: 1pt;
	color: #274965;
}

H1, H2, H3, H4, H5 {
	font-family: Verdana;
	color: red;
}

.date{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.italic{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #274965;	text-decoration: none;
	font-style : italic;
}

INPUT {
	border: solid 1px #000033;
	color: #000000;
	height : 17px; font-size : 12px;
	background-color: #FFE4C4;
	filter:alpha(opacity=75);
}

INPUT.button {
	border: solid 0px #000033;
	background-color: #FFFFFF;
	filter:alpha(opacity=100);
}

TEXTAREA {
	border: solid 1px #000033;
	color: #000000;
	font-size : 12px;
	background-color: #FFE4C4;
	font-family: Verdana, Arial;
	filter:alpha(opacity=75);
	width: 350px;
	height: 150px;
}

SELECT {
	border: solid 1px #000033;
	color: #000000;
	font-size : 12px;
	background-color: #FFE4C4;
	font-family: Verdana, Arial;
	filter:alpha(opacity=75);
}
