body {
	font-family: "Century Gothic", "Tw Cen MT", Arial, Tahoma;
}
td.menuTD:hover {
	background-color: #D75270;
}
.menuLink{
	font-size: 15px;
	width: 100%;
	line-height: 29px;
	display:block;
	text-align: center;
}
a:hover{text-decoration:none}
a.menuLink:link{color: #d7d9d8; text-decoration:none}
a.menuLink:hover{color: black; text-decoration:none}
a.menuLink:visited{color: #d7d9d8; text-decoration:none}
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid black; /*Theme Change here*/
border-bottom-width: 0;
font:"Century Gothic", "Tw Cen MT", Arial, Tahoma;
font-weight:bolder;
font-size:14px;
line-height:23px;
z-index:100;
background-color: #d7d9d8;
width: 150px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
color: #146FB8;
}

.dropmenudiv a:hover{ /*Theme Change here*/
color: black; background-color: #1883DA;
}
.formStuff {
	font-family: "Century Gothic", "Tw Cen MT", Arial, Tahoma;
	font-size: 12px;
	color: #000000;
	background-image: url(images/inputback.jpg);
	border: 1px solid #000000;
}
.formStuff2 {
	font-family: "Century Gothic", "Tw Cen MT", Arial, Tahoma;
	font-size: 12px;
	color: #000000;
	background-image: url(images/inputback2.jpg);
	border: 1px solid #000000;
}