/* layout */
body {
	font: 1em Geneva, Arial, Helvetica, sans-serif;
	background: #000000 url(images/bg.gif);
	color: #FFFFFF;
	margin: 0px;
}
.contenttable {
	background: url(images/tablebg.gif) no-repeat center top;
	border-top: thin #333333;
	border-right: thin solid #333333;
	border-bottom: thin #333333;
	border-left: thin #333333;
}
/* text */
p {font-size:.9em;}

.header {
	font-size: 1.2em;
	font-weight: bold;
	color: #CCCCCC;
	text-align:right;
}
.headersmall {
	font-weight: bold;
	color: #CCCCCC;
}
.nav {
	background: url(images/buttonbg.jpg);
	text-align:center;
	font: "Arial Narrow";
	font-weight:bold;
	border:thin solid #000;
}
.nav a:link, a:visited, a:hover, a:active {
	color:#FFF;
	text-decoration: none;
}

h1 {
	font: bold normal 1.1em "Arial Narrow";
	color: #EEEEEE;
	text-transform: capitalize;
}
ul {
	list-style: none;
	font-size:.9em;
}
#regularlist {
	list-style:disc;
}

a:link, a:visited {
	color:#CCCCCC;
}
a:hover, a:active {
	text-decoration: underline;
	color: #990000;
}
.tablecolumn {
	border-top: thin #999999;
	border-right: thin solid #999999;
	border-bottom: thin #999999;
	border-left: thin #999999;
}

#body {padding:10px;}

#body img {
	margin: 5px;
}

.footer {
	font-size:.8em;
}
h3 {
	font-size:0.9em;
	font-variant:normal;
	text-transform: uppercase;
}
h2 {font-size:1.2em;}

.navtable, .navtable a {
	width:160px;
	padding:0px;
	padding-left:0px;
	color:#FFFFFF;
	border:10px none;
	border-color:#FFFFFF;
	margin:0px;
}
.navtable td {
	background: #999;
	padding:3px;
}
.buttonscontainer {width: 160px;}

.buttons a {
	color: #FFFFFF;
	background-color: #999;
	padding: 2px;
	padding-left: 3px;
	font: 11px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0px;
	width: 100%;
	text-align: left;
	border-top: 1px solid #333;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #333;
}

.buttons a:hover {
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 1px;
	background-color: #97100D;
color: ;
	text-decoration: none;
	border-top: 1px solid #666666;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #666666;
}

fieldset {
	color:#FFFFFF;
}