body {
	font-size: 11px;
	font-family: verdana, Helvetica, sans-serif;
}

a {
	text-decoration:none;
	color: #000000;
}

a:hover {
	text-decoration:underline;
}

td {
	font-size: 11px;
	font-family: verdana, Helvetica, sans-serif;
}
.input {
	border: 1px solid #000000;
	width: 150px;
	margin-right: 15px;
}
.submit {
	border: 1px solid #000000;
	width: 90px;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	background-color: White;
	margin-top: 8px;
	font-family: verdana, Helvetica, sans-serif;
}
textarea {
	border: 1px solid #000000;
	width: 385px;
}
.intro1 {
	width: 400px;
		color: #454545;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
}
.intro2 {
	width: 550px;
	text-align: left;
}
.special {
	font-weight: bold;
	color: #454545;
}

#dropdown {
	text-transform: uppercase;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

#dropdown a:hover {
	color: #fff;
	background-color: Black;
	text-decoration: none;	
}

#menu ul li {
	text-transform: uppercase;
	float: left;
	list-style: none;
   font-weight: bold;
	padding: 1px 2px;
	color: Black;
}
#menu ul li a {
   color: #B8B8B8;
	list-style: none;
	padding: 1px 2px;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #fff;
	background-color: Black;
	padding: 1px 2px;
	text-decoration: none;
}
#menu ul li.active a, #menu ul li.active a:hover {
	background-color: White;
	color: #ffffff;
	padding: 1px 2px;
	text-decoration: none;
}
li {
	color: #696969;
}
li a:active, li a:visited, li a:link {
	color: #000;
	text-decoration: underline;
	padding-bottom: 4px;
}

li a:hover {
	color: Black;
	text-decoration: underline;
		padding-bottom: 4px;
}
.style1Red {
	font-weight:bold;
	color:#990000;
}