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

/*
	[begin] general
*/
html {
	overflow-y: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
.bold-underlined {
	font-weight: bold;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.simple-list {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 50px;
}

.simple-list li ul {
	list-style-type: none;
	margin: 4px;
	padding: 0px;
}

.simple-list li ul li {
	margin-left: 20px;
}

#main {
	width: 800px;
	margin: auto;
	padding: 6px;
}
h2 {
	font-size: 12pt;
	color: #c0c0c0;
}
h3 {
	color: #c0c0c0;
	font-size: 11pt;
}
h4 {
	font-size: 10pt;
}
table {
	width: 100%;
	margin-bottom: 15px;
}
th { border-bottom: 1px dotted #DADADA; }
th[colspan] { border-bottom: 1px dotted #c0c0c0; }
table, th, tr, td { text-align: left; }
.table-header-left { width: 270px; }

address {
	font-style: normal;
	margin-bottom: 15px;
}
p {
	margin-bottom: 15px;
}
/*
	[end] general
*/

/*
	[begin] header
*/
h1 {
	width: auto;
	background: #cc0000;
	margin: 0px;
	padding: 8px;
	padding-top: 40px;
	padding-bottom: 16px;
	border: 1px solid #cccccc;
}
/*
	[end] header
*/

/*
	[begin] nav & sub-nav
*/
#nav, #nav a, #sub-nav, #sub-nav a {
	font-size: 7pt;
	text-decoration: none;
	color: #000000;
}
#nav a:hover, #sub-nav a:hover {
	color: #cc0000;
	text-decoration: underline;
}
#nav {
	clear: both;
	width: auto;
	overflow: auto;
	display: block;
	list-style-type: none;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 6px;
	background: #e5e5e5;
	border: 1px solid #cccccc;
	text-align: center;
}
#nav li {
	display: inline;
	margin-left: 3px;
	padding-left: 5px;
	border-left: 1px solid #FFFFFF;
}
#nav .first {
	border: none;
	margin: 0px;
	padding: 0px;
}

#sub-nav {
	clear: both;
	width: auto;
	overflow: auto;
	display: block;
	list-style-type: none;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 1px solid #cccccc;
	border-top: 0px;
	text-align: center;
}
#sub-nav ul {
	padding: 2px;
	margin: 0px;
}
#sub-nav li {
	display: inline;
	margin-left: 3px;
	padding-left: 5px;
	border-left: 1px solid #cc0000;
}
/* IE7 says noooooooo
#sub-nav li:before {
	content: "| ";
	color: #cc0000;
}
#sub-nav .first:before {
	content: "";
}
*/
#sub-nav .first {
	border: none;
	border-spacing: 2px;
	margin: 0px;
	padding: 0px;
}
/*
	[end] nav & sub-nav
*/

/*
	[begin] content
*/
#content {
	width: auto;
	overflow: hidden;
	clear: both;
	margin-top: 6px;
	border: 1px solid #cccccc;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
#content a {
	color: #808080;
}
#content li a {
	font-weight: bold;
}
/*
	[end] content
*/
