BODY  {
	font-size : 10pt;
	font-family : Arial, san serif;
	color : #336633;
	font-weight: normal;
	text-align : left;
	background : #FFFFDE;
	background-color : #FFFFDE;
	margin-top : 0px;
	scrollbar-face-color: Fuchsia;
	scrollbar-shadow-color: #336633;
	scrollbar-track-color : #336633;
	scrollbar-arrow-color : #336633;
}
A{
	color : Red;
}
A:hover{
	color : Fuchsia;
}


TABLE  {
	font-size : 9pt;
	font-family : Arial, san serif;
    color : #336633;
	font-weight : bold;
}
TABLE.footer  {
	font-size : 8pt;
	font-family : Arial, san serif;
    color : #FFFFDE;
	font-weight : bold;
	background : #336633;
}
SELECT  {
	font-size : 10pt;
	font-family : Arial, san serif;
    color : red;
	font-weight : bold;
	background : #FFFFDE;
}
INPUT  {
	font-size : 10pt;
	font-family : Arial, san serif;
        color : #ffffde;
	font-weight : bold;
	background : red;
}
H1  {
	font-size : 17pt;
	font-family : Arial, san serif;
	color : #FF00FF;
	font-weight: bold;
	text-align : center;
	margin-bottom : 0px;
	margin-top : 0px;
	padding-bottom : 2px;
	width : 400px;
	padding-top : 3px;
	line-height : 19pt;
        background-image : url(images/h1header.gif);
}
P{
	font-size : 13pt;
	font-family : Arial, Verdana, san serif;
	font-weight: bold;
	text-align : left;
	width : 400px;
}
IMG {
	border-color : #336633;
	border-bottom-style : solid;
	border-top-style : solid;
	border-left-style : solid;
	border-right-style : solid;
	margin : 0px;
	margin-bottom : 0px;
	padding-top ;
}
H4.boxed{
	font-size : 9pt;
	font-family : Arial, Verdana, san serif;
	color : #FFFFCC;
        background : #408C38;
        width : 400px;
	font-weight: bold;
	text-align : center;
	margin-left : 0px;
	margin-right : 0px;
	padding-bottom : 1px;
	padding-top : 0px;
}