/* CSS Document */



body {
	background-color: #292021;
	margin-top: 0px;
	font-size: 12px;
	color: #000000;
	font-family: Verdana
}
/* Defines look of the header */

.header {
	background-color: #000000;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
/* Defines the look of the table surrounding the content and menu area */

.mainarea {
	border-width: 5px;
	border-style: solid;
	border-color: #FFD729;
}
.maintable2 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFD729;
}
/* Sets the height of the table between the header and the main area */

.headerspacer {
	height: 2px;
}
.title {
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid;
	background-image: url(template/titleheader.gif);
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 3px;
}
/* Defines look of the menu area */

.menu {
	background-color:#000000;
	color: #FFCC00;
	vertical-align: top;
}
.menu_bg {
	background-image: url(template/menuitem2.gif);
}
/* Defines look of the content area */

.content {
	background-color: #FFFFFF;
}
.bullets {
	list-style-image: url(template/bullet.gif);
}
/* Defines look of the footer */

.footer {
	color: #CCCCCC;
	text-align: center;
}
/* All links are defined below */

a.menuitem:link {
	color: #FFCC00;
	text-decoration: none;
}
a.menuitem:visited {
	color: #FFCC00;
	text-decoration: none;
}
a.menuitem:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a.menuitem:active {
	color: #FFCC00;
	text-decoration: none;
}
/* Determine look of input box fields */

.inputbox {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}
/* Determine look of any buttons */

.button {
	color: #990000;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	width: 150px;
	height: 24px;
	margin: 1px;
}
.blacktable {
	color: #FFFFFF;
	background-color: #000000;
}
.blacktable2 {
	color: #FFFFFF;
	background-color: #666666;
}
.blackbold {
	color: #FFCC66;
	font-weight: bold;
}
table.sample {
	border-width: 5px;
	border-style: solid;
	border-color: #FFD729;
	border-collapse: collapse;
}
table.sample th {
	border-width: 5px;
	border-style: solid;
	border-color: #FFD729;
	background-color: black;
}

.page_links { 
       width: 100%; 
       text-align: center; 
       color: #ffffff;
       padding: 30px 0px 10px 0px;
       }
.page_links a {
       color:#ffd729;
       text-decoration:none;
       }
.page_links a:visited {
       color: #ffd729;
       text-decoration:none;
       }
.page_links a:hover {
       color:#ffffff;
       text-decoration:none;
       }

