@charset "utf-8";
/* CSS Document */

body {
	background: #000 url(images/background.gif) no-repeat fixed center top;
}

a {
	text-decoration: none;
}

.outerBox {
	margin: 80px auto;
	margin-bottom: 3px;
	width: 802px;
	background: #000;
	border: 1px solid #000;
}

.innerBox {
	background-image:url(images/T_back.jpg);
	background-position: center;
	background-repeat:no-repeat;
	border: 1px solid #999;
}

.menu {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 15 px;
	text-align: center;
}

.menu a {
	font-variant: small-caps;
	color: #fff;
	padding: 0.5em;
}

.menu a:hover {
	color: #FFFFFF;
}

.bottomnavbar {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.bottomnavbar a { 
	color: #999999; 
	text-decoration:none; 
}

.bottomnavbar a:hover { 
	color: #FFFFFF; 
	text-decoration:none; 
}

.main {
	margin: 1em;
}

.bottomline {
	border-bottom: 2px solid #999999;
	padding-bottom: 5px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}

.text a { 
	color: #999999; 
	text-decoration:none; 
}

.text a:hover { 
	color: #FFFFFF; 
	text-decoration:none; 
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000066;
}
.text2 a {
	color: #0000CC;
	text-decoration:none;
}

.text2 a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #990000;
}
.showheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
}
.button {
	font-family:Verdana, Arial, Helvetica, sans-serif
	font-size: 12px;
	color: #0000CC;
}

.button a { 
	color: #999999; 
	text-decoration:none; 
}

.button a:hover { 
	color: #FFFFFF; 
	text-decoration:none; 
}
