body {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	font-size: 10px;
	font-family: verdana, arial, "sans-serif";
	color: #606060;
}

h1 {
    font-size: 14px
}

h2 {
    font-size: 12px
}

h3 {
    font-size: 10px
}

img {
	border: 0px;
}

td {
	font-size: 11px;
}

a {
	color: orange;
	text-decoration: none
}

p {
	font-size: 10px;
}
.a-rev {
	color: white;
}

.input-box {
	font-size: 13px;
	border-top: 1px sold #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

.submit-button
{
	font-size: 13px;
	color: #FFFFFF;
	background: #000000;
} 

.menuHeading {
	font-size: 12px;
	font-weight: bold;
	margin-top:0;
	margin-bottom:0
}

.menuText {
	margin-top:3px;
	margin-bottom:0px;
	margin-left: 72px
}

#content {
	position: relative;
	top: 80px;
	left: 0px;
	width: 98%;
	margin: 10px 10px 10px 10px;
}

#header {
	background-color: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 72px;
	color: #FFFFFF;
}

#logo-area {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 72px;
	height: 73px;
	z-index: 300;
	background-color: #000000;
}

#logo {
	position: absolute;
	top: 0px;
	left: 4px;
	background-color: #000000;
}

#logo_text {
	font-size: 10px;
	font-family: verdana, arial, "sans-serif";
	text-decoration: none;
	left: 4px;
	top: 57px;
	width: 60px;
	position: absolute;
	z-index: 300;
	color: #00FF00;
}

#auth_bar {
	font-size: 10px;
	font-family: verdana, arial, "sans-serif";
	margin: 5px 5px 5px 5px;
	float: right;
	z-index: 300;
	background: transparent;
	color: white;
	z-index: 250;
}

#navigation_bar {
	position: absolute;
	top: 53px;
	left: 0px;
	z-index: 250;
	background-color: #f0f0f0;
	border-bottom: 1px dotted #999999;
	height: 20px;
	width: 100%;
	color: #000000;
}

#error {
	font-size: 11px;
	font-weight: bold;
	color: #990000;	
}

#footer {
    position: relative;
    top: 80px;
	clear: both;
	border-top: 1px dotted #999999;
	}
	
#credits {
	background-color: #f0f0f0;
	padding: 5px;
	text-align: center;
}

#footer_bar {
	height: 20px;
	width: 100%;
	background-color: #000000;
}