body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:black;
	font-size: 12px;
	background-image: url(gradback2.jpg);
	background-repeat:repeat-x;
	background-color:#ffff00;
	
}

h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:black;
	font-size: 12px;
}

td.form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:white;
	font-size: 12px;
}


a:link {
	color:#333333;
	text-decoration: none;
}
a:visited {
	color:#333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#333333;
	background-color: #ccccff;
}
a:active {
	color:red;
	text-decoration: underline;
}

/* links for dwd footer */

a.footer:link {
	color:#000000;
	font-size: xx-small;
	text-decoration: none;
}
a.footer:visited {
	color:#000000;
	font-size: xx-small;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
	color:#333333;
	font-size: xx-small;
	padding: 0 0 0 0;
	background-color: #c7c8fd;
}
a.footer:active {
	color:red;
	font-size: xx-small;
	text-decoration: underline;
