/* CSS Document */
body {
	background-color: #D0BEAC;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div {
	background-color: #FFFFFF;
	border-color: #8A634A;
	border-style: double;
	margin: 10px;
	padding: 10px;
	width: 760px;
}

span.toolbar {
	float: left;
	display: block;
	background-color: #FFFFFF;
	padding: 10px;
	width: 130px;
}

.header {
	text-align: center;
	height: 70px;
	background-color: black;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: -10px;
}

h1.header {
	text-align: center;
	padding-top: 10px;
	height: 60px;
	background-color: #330066;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: -10px;
}

p {
	font-size: 12px;
	color: #666666;
	margin: 10px;
}

b, strong, u {
	color: #333333;
}

a:link {
	color: #8C0F29;
	text-decoration: none;
}
a:visited {
	color: #460A14;
	text-decoration: none;
}
a:hover {
	color: #460A14;
	text-decoration: underline;
}
a:active {
	color: #000000;
}

a:link.toolbar {
	display: block;
	text-align: center;
	line-height: 22px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid #8C0F29;
	margin-top: 4px;
	margin-bottom: 4px;
}
a:visited.toolbar {
	display: block;
	text-align: center;
	line-height: 22px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid #8C0F29;
	margin-top: 4px;
	margin-bottom: 4px;
}
a:hover.toolbar {
	color: #FFFFFF;
	background-color: #8C0F29;
}
a:active.toolbar {
	color: #000000;
}

a:link.sub1 {
	display: block;
	text-align: center;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	border: 2px solid #1B0C80;
	margin-top: 2px;
	margin-bottom: 2px;
}
a:visited.sub1 {
	display: block;
	text-align: center;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	border: 2px solid #1B0C80;
	margin-top: 2px;
	margin-bottom: 2px;
}
a:hover.sub1 {
	color: #FFFFFF;
	background-color: #1B0C80;
}
a:active.toolbar {
	color: #000000;
}

a:link.comment {
	color: #1B0C80;
	font-weight: normal;
}
a:hover.comment {
	text-decoration: underline;
}

h1 {
	color: white;
	text-shadow: 0 0 8px black;
}

h1 small {
	font-size: 10px;
	font-style: italic;
}

h2 {
	font-size: 18px;
	color: #460A14;
	font-weight: bold;
	border-bottom-color: #8C0F29;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 2px;
} 

h2 small {
	font-size: 12px;
	color: #8A634A;
}

p.number {
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin-top: -1.5em;
	margin-bottom: -1.1em;
}

h3 {
	font-size: 14px;
	color: #1B0C80;
	font-weight: bold;
}

h3 small {
	font-size: 0.7em;
	font-weight: normal;
}