/* CSS Document */

<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; line-height: 16px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {text-decoration: none; color: #971618;}
a:visited {text-decoration: none; color: #971618;}
a:hover {text-decoration: underline; color: #FF0000;}
a:active {text-decoration: none; color: #FF0000;}

.content {margin: 0px 20px 3px 15px;}

ul li {margin-bottom: 10px;}

.edgenavbg {background-image: url(images/navbg.jpg); background-repeat: repeat-y;}
.edgetopright {background-image: url(images/edgeright1.jpg); background-position: left bottom; background-repeat: no-repeat;}
.edgeright {background-image: url(images/edgerightbg.jpg); background-position: left; background-repeat: repeat-y; padding-left: 20px;}
.edgebottom {background-image: url(images/edgebottom.jpg); background-position: top left; background-repeat: no-repeat; padding-top: 15px;}
.size10 {font-size: 10px;}
.size15 {font-size: 15px}
.red {color: #6C5B23;}
.lite {color: #999999;}
.heavy {font-weight: bold; color: #666666;}
.splitdot {margin: 5px 0px; border-bottom: 1px dotted #999999;}
.head {padding-bottom: 0px;}

label {
	float: left;
	width: 80px;
	}
#Submit{
margin-left: 80px;
}

-->
