a, a:visited, a:link, a:active { 
	text-decoration: none; 
}

.warning {
	color: #FF0000;
	text-align: center;
}

body {
	background-color: #660000;
}

#header {
	width: 100%;
	height: 70px;
	padding-top: 30px;
	background: #170006 url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	text-align:center;
	font-family: copperplate, palatino, georgia, times, serif;
	font-variant: small-caps;
	font-size: 36pt;
	white-space: nowrap;
	overflow: hidden;
}
#header a, #header a:link { 
	color: white;
}
#header a:visited, {
	color: #BBBBBB;
}
#header a:hover, #header a:active {
	color: #333333;
	background-color: #FFFFFF;
}

.headerlinks {
	font-size: 12pt;
	word-spacing: 10px;
	padding-top: 50px;
}

#footer {
	background-color: #170006;
	color: #999999;
	text-align: center;
	font-family: copperplate, palatino, georgia, times, serif;
	font-variant: small-caps;
        width: 800px;
}

#footer a, #footer a:link { 
	color: #999999;
}

#footer a:visited, {
	color: #BBBBBB;
}

#footer a:hover, #footer a:active {
	color: #999999;
}

.footerlinks {
	font-size: 12pt;
	word-spacing: 10px;
}

.blackborder {
	border: 0px solid black;
}

.grayborder {
	border: 2px solid gray;
	text-align: center;
}


.address {
	margin-left: 25px;
	white-space: pre;	
}

.sidebar {
	width: 150px;
	height: 690px;
	background-color: #170006;
	float: right;
	color: #FFFFFF;
	padding: 5px;
}

#sidebar a, #sidebar a:visited,
#sidebar a:link, #sidebar a:active { 
	text-decoration: none; 
}

.sidebaraddress {
	margin-left: 5px;
}

#content {
	margin: 10px;
	text-align: left;
	min-height: 400px;
}

.contentheight {
	height: 400px;
}

.contenttable {
	margin-left: 25px;
	border-collapse: collapse;
	empty-cells: show;
}

#akiracontent{
	margin-left: 60px;
	margin-right: 40px;
	margin-top: 15px;
	margin-botton: 10px;
	text-align: left;
        min-height: 400px;
        font-family: copperplate, palatino, georgia, times, serif;
        font-size: 10pt;
}

#akirasmaller{
        text-align: left;
	width: 540px;
}

img {
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 4px;
        margin-bottom: 0px;
}

TD {
	border: 1px solid #BBBBBB;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.opentable {
	border-width: 0px;
	vertical-align: top;
}

.medwidth{
	width: 300px;
	text-align: center;
}

.lgwidth{
	width: 450px;
	text-align: center;
}

.smwidth{
	width: 125px;
	text-align: center;
}

.toprow {
	border-top: 2px solid black;
}
.bottomrow {
	border-bottom: 2px solid black;
}

#layout {
	background-color: white;
	border: 1px solid black;
	margin-left: 25px;
	margin-right: 25px;
	width: 800px;
}
.formtable {
	border-left: 1px solid white;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}
.formheader {
	padding-left: 25px;
	background-color: #BBBBBB;
	font-weight: bold;
}
.formfooter {
	background-color: #BBBBBB;
	text-align: right;
}
.formdescrip {
	padding-left: 25px;
	text-align: right;
	vertical-align: top;
	border-right: 1px solid #BBBBBB;
	border-left: none;
	border-top: 1px solid #BBBBBB;
	border-bottom: none;
}
.formdescrip:after {
	content:":";
	border: none;
}
.forminput {
	border-left: none;
	border-top: 1px solid #BBBBBB;
	border-bottom: none;
	border-right: none;
}

sup {
	font-size: xx-small;
        text-align: left;
}
