a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a {
	color: #333333;
	text-decoration: undeline;
}
body {
	font-family: "Century Gothic", Verdana, Georgia;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
	text-align: justify;
}
.header {
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 210px;
	width: 735px;
}
.center-css {
	background-image: url(images/center.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 735px;
}
.footer {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 66px;
	width: 735px;
}
.table-position {
	position: absolute;
	height: auto;
	width: 735px;
	left: 135px;
	top: 35px;
	visibility: visible;
	z-index: 50;
}
.header-text {
	font-size: 22px;
	color: #FF9900;
}
.header-text-green {
	font-size: 18px;
	color: #82B900;
}
.no-border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.dashes {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.field {
	border: 1px dotted #999999;
	height: 25px;
	width: 300px;
	font-family: "Century Gothic", Verdana, Georgia;
	color: #FF9900;
	background-color: transparent;
}
.text-area {
	height: 100px;
	width: 300px;
	border: 1px dotted #999999;
	font-family: "Century Gothic", Verdana, Georgia;
	color: #FF9900;
	background-color: transparent;
}
.index-nav {
	visibility: visible;
	z-index: 257;
	width: 580px;
	position: relative;
	top: -35px;
	right: 0px;
}
.hiddenPic {
display:none;
}
.login-css {
	background-image: url(images/login.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 612px;
}
.forgot-css {
	background-image: url(images/forgot.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 612px;
}
