/* CSS Document */

html {
	height: 100%;
}



ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}


td {
	text-align: left;
	font-size: 11px;
        color: #109010;
}



body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #333333;
	background:#ffffff;
}

a:link, a:visited {
	color: #008000; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #00DD00;	text-decoration: none;
	font-weight: bold;
}


form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}
