/* CSS Document */

BODY {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #000000;
margin: 0;
padding: 0;
background-position:top;
background-repeat:repeat-x;
}

TABLE {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #000000;
}

TD {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #000000;
}

A {
color : #da6c00;
font-weight:bold;
}

A:HOVER {
font-weight:bold;
text-decoration:none;
}

ul
{
    margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -14px; /* Pull the margin back for NS4.7 */
    padding-left: 0px;
}

ul li
{
    margin-top: 0px;
	margin-bottom: 0px;
    margin-left: 32px; /* Push the list back in for non NS4.7 browsers */

}

ol
{
    margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -24px; /* Pull the margin back for NS4.7 */
    padding-left: 0px;
}

ol li
{
    margin-top: 0px;
	margin-bottom: 0px;
    margin-left: 32px; /* Push the list back in for non NS4.7 browsers */
}


.form {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #333333;
	background : #FFFFFF;
	border-style : solid;
	border-width : 1px 1px 1px 1px;
	border-color : #da6c00;
}

.button {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #FFFFFF;
	background : #000000;
	border-style : solid;
	border-width : 1px 1px 1px 1px;
	border-color : #da6c00;
}