a:hover {
	text-decoration: none;
}
a.yellow:link {
	color: #FF9900;
}
a.yellow:visited {
	color: #FF9900;
}
#menu a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#menu a:hover {
	text-decoration: none;
}

#menu td {
	text-align: center;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#formTab {
	background-image: url(/images/formBg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#centTab {
	background-image: url(/images/centBg.jpg);
	background-repeat: repeat-x;
}
h1,h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}

a.blue:link {
	color: #3399FF;
}
a.blue:visited {
	color: #3399FF;
}

