body
{
        background-image: url('http://www.dextercidermill.com/img/bg.gif');
	background-repeat: repeat;
        background-position:  center; 
	height: 90%;
	width: 100%;
        color: white;
        font-size: 10pt;
        font-weight: normal;
}

p
{
	color: #FFFFFF;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'verdana', 'sans-serif';
	font-size: 10pt;
}

table.main
{
	
	width: 800px;
}

td.menu
{
	background-color: transparent;
}

table.nav
{
	
	font-family: 'geneva', 'sans-serif';
	font-size: 12pt;
	font-weight: normal;
	vertical-align: top;
	border-spacing: 3;
	border-collapse: 4;
}

td.main
{

        color: white;
        font-size: 10pt;
        font-weight: normal;
}

tr.main
{
	
	font-family: 'verdana';
	font-size: 12pt;
	font-weight: normal;
	vertical-align: top;
	color: black;
}

H1
{
	color: white;
	font-size: 14pt;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'verdana', 'sans-serif';
	font-weight: bold;
	text-align: center;
}

tr.form1
{
	background-color: gray;
}
tr.form2
{
	background-color: red;
}

a:hover
{
	text-decoration: underline;
	color: grey;
}

a:link
{
	color: #C6C3B5;
	font-weight:normal;
	text-decoration:none;
}

a:visited
{
	color: #C6C3B5;
	font-weight:normal;
	text-decoration:none;
}

a.reg:link
{
	color: red;
	font-weight:normal;
	text-decoration:none;
}

a.reg:visited
{
	color: red;
	font-weight:normal;
	text-decoration:none;
}

a.reg:hover
{
	text-decoration: underline;
	color: blue;
}

a:hover
{
	text-decoration: underline;
	color: red;
}
