/* BASIC HTML STYLES
--------------------------------------------------- */

body
{
	background-image: url("../images/bgr.gif");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #eee;
}

body, table, td, p, ul, li, textarea, input, select, div, span
{
	font: 16px Trebuchet MS, sans-serif;
	color: #333;
}

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 3px;
}

table
{
	margin: 0;
}

td {
	text-align: left;
}


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

a:hover {
	color: #c00;
	text-decoration: none;
}

hr
{
	height: 1px;
	color: #777;
	margin: 0;
	padding: 0;
	width: 100%;
}

form {
	margin: 0;
 	padding: 0;
}

h2 {
	color: #00c;
	font-size: 14pt;
}

td.bigheader {

	background-image: url("../images/bgrbigtop.jpg") ;
	background-repeat: repeat-x;
	background-position: 0 0;

}