table, input, select, textarea {
	font-family: Verdana;
	font-size: 11;
	color: #7A7A7A;
}
.body {
	padding-right: 15px;
	padding-top: 20px;
}

a {
	font-family: Arial;
	font-size: 11;
	color: #A6AB13;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.upperNav {
	color: #7A7A7A;
	text-decoration: none;
	font-weight: bold;
}

.upperNav:hover {
	color: #A6BE10;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-family: Arial;
	font-size: 20;
	color: #A6BE10;
	margin-bottom: 0px;
}

h2 {
	font-family: Arial;
	font-size: 15;
	color: #FF3C3C;
}

td.nav {
	cursor: hand;
	cursor: pointer;
	height: 25px;
	width: 160px;
	text-align: right;
	padding-right: 5px;
	background:  url('../images/layout/navbg.jpg');
}

td.navOver {
	cursor: hand;
	cursor: pointer;
	width: 160px;
	height: 25px;
	text-align: right;
	padding-right: 5px;
	background: url('../images/layout/navbgover.jpg');
}

a.nav,a.nav:hover {
	color: #7A7A7A;
	font-size: 12;
	font-weight: bold;
	text-decoration: none;
}