html {
	height: 100%;
}
body,td {
	font-family: Arial;
	font-size: 10pt;
	color: #fff;
}
body {
	height: 100%;
 	margin: 0;
	padding: 0;
	background-color: #000;
}
a:link {
	color: #fcc;
}
a:visited {
	color: #c99;
}
a:hover {
	color: #0c0;
}
a:active {
	color: #fcc;
}
a {
	color: #fcc;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial;
}
h1 {
	font-size: 18pt;
	color: #0c0;
}
.xl {
	font-size: 14pt;
	color: #fff;
}
.xxl {
	font-size: 16pt;
	color: #fff;
}
.xxxl {
	font-size: 18pt;
	color: #fff;
}
.warnHeader {
	font-size: 10pt;
	font-weight: bold;
	color: #c00;
	text-align: center;
}
.warn {
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
}
.inOut {
	font-size: 18pt;
}
textarea {
	font-family: Arial;
	font-size: 8pt;
	color: #000;
	background-color: #fff;
	height: 70px;
	width: 600px;
}
form {
	padding: 0;
	margin: 0;
}
input, textarea, select {
	font-size: 9pt; 
	font-family: Tahoma;
}
.footer {
	font-size: 8pt;
}




#main-content {
	margin: 0 0 0 0;
	font-family: Tahoma; 
	font-size: 9pt;
	text-align: center;
}

#centered-content {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.url {
	color: green;
	font-size: 9pt;
}

.small {
	font-size: 9pt;
}

.grey {
	color: #666;
}

.error {
	font-weight: bold;
	color: #f00;
	padding: 4px;
	padding-left: 4px;
	background-color: #000;
}

.notice {
	font-weight: bold;
	color: #fff;
	padding: 4px;
	padding-left: 4px;
	background-color: #000;
}

.bold {
	font-weight: bold;
}

.hilite {
	background-color: yellow;
}

a.category {
	color: #0f0;
}

.plain {
	text-decoration: none;
}

.content-section {
	padding: 0 0 0 0;
	text-align: center;
}

.header {
	font-size: 16pt;
	font-weight: bold;
	padding-bottom: 5px;
}

/* tabs */ 
#tab-container {
	background-color: #000;
	padding-top: 5;
}

#tabs {
	text-align: center;
	margin: 0;
	font: Bold 8pt Tahoma;
	padding: 10px 0 0 15px;
	background-color: #000;
	height: 15px;
}

.tab {
	background: #000;
	width: auto;
	float: left;
	padding: 0 6px 0 6px;
} 

.tabOn {
	background: #000;
	width: auto;
	float: left;
	padding: 0 6px 0 6px;
}

.tab a:link, .tab a:visited {
	position: relative;
	color: #0f0;
	text-decoration: none;
}

.tabOn a:link, .tabOn a:visited {
	position: relative;
	color:#090;
	text-decoration: none;
}

/* Header Bar */
#headerBar {
	text-align: center; 
	padding: 4px 0 0 0;
	height: 30px;
	background: #c99 url('../images/pb.gif') repeat-x top left;
	background-color: #c99;
}

#search-button {
	position: relative; 
	top: 3px;
	border: 0;
}

/* Title bars */
.bar {
	background: url('../images/header-bar-middle.gif') repeat-x top left;
	height: 29px;
}

.bar-left {
	background: url('../images/header-bar-left.gif') no-repeat top left;
	height: 29px;
	float: left;
	display: inline;
}

.bar-right {
	background: url('../images/header-bar-right.gif') no-repeat bottom right;
	height: 29px;
	text-align: right;
}

.bar-text-left {
	position: relative;
	top: 4px;
	left: 10px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10pt;
	display: inline;
}

.bar-text-right {
	position: relative;
	top: 5px;
	right: 15px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 9pt;
	display: inline;  
}

.bar-text-right a {
	text-decoration: none;
}

/* Footer */
#non-footer {
	position: relative;
	min-height: 100%;
}

* html #non-footer {
	height: 100%;
}

#footer {
	background: #006 url('../images/footer.gif') repeat-x top left;
	position: relative;
	margin: -45px auto 0 auto;
	height: 45px;
	font-size: 8pt;
	font-family: Tahoma;
	color: #fff;
}

#footer-spacer {
	height: 50px;
}

#footer-text {
	position: relative;
	top: 10px;
	left: 10px;
	width: 200px;
}

#footer-text a {
	text-decoration: none;
}