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

#title {
	height: 100px;
	width: 680px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
}

#navcontainer {
	height: 40px;
	width: 680px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	position: relative;
	z-index: 02;
}

		#navlist
		{
	margin: 0;
	padding: 7px 0 20px 45px;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
		}

		
		#navlist ul, #navlist li
		{
			margin: 0;
			padding: 0;
			display: inline;
			list-style-type: none;
		}
		
		#navlist a:link, #navlist a:visited
		{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 40px 4px 10px;
	text-decoration: none;
	color: #FFF;
		}
		
		#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
		{
	border-bottom: 4px solid #89131a;
	padding-bottom: 2px;
	background: transparent;
	color: #FFF;
		}
		
		#navlist a:hover {
	color: #FFF;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
}
body {
	background-color: #000;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #89131A;
}
a:active {
	text-decoration: none;
	color: #999;
}

.txt01 {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
.txt01R {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
}
.txt02 {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	float: none;
}
.txt03 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
.txt02b {
	font-weight: bold;
}
.txt02c {
	font-weight: bold;
	text-align: center;
}

