body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	scrollbar-3dlight-color: #e55454;
 	scrollbar-arrow-color: #e55454;
 	scrollbar-darkshadow-color: #FFFFFF;
 	scrollbar-face-color: #FFFFFF;
 	scrollbar-highlight-color: #FFFFFF;
 	scrollbar-shadow-color: #e55454;
 	scrollbar-track-color: #FFFFFF;
}

ul {
	list-style-type: square;
	padding:0;
	margin:18px;
	margin-top:12px;
}

a:link, a:visited, a:active, a:hover {
	color:#C10000;
}

.navlink:link, .navlink:visited, .navlink:active, .navlink:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.dark {
	background-color:#C10000;
}

.navleft {
	background-color:#C10000;
	border-right:solid #e55454 1px;
}

.navright {
	background-color:#C10000;
	border-left:solid #A70505 1px;
}

.navbutton {
	background-color:#C10000;
	border-right:solid #e55454 1px;
	border-left:solid #A70505 1px;
	padding-left:15px;
	padding-right:15px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.navbutton_active {
	background-color:#d51e1e;
	border-right:solid #e55454 1px;
	border-left:solid #A70505 1px;
	padding-left:15px;
	padding-right:15px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.normal {
	background-color:#d51e1e;
}

.light {
	background-color:#e55454;
}

.contentborders {
	position:absolute;
	left:284px;
	top:100px;
	bottom:0;
	width:674px;
	border-left:dotted #C10000 1px;
	border-right:dotted #C10000 1px;	
}

.content {
	position:absolute;
	left:284px;
	top:100px;
	width:664px;
	padding:5px;
	padding-bottom:60px;
	border-right:dotted #C10000 1px;
	border-left:dotted #C10000 1px;
}

.contenttitle {
	font-weight:bold;
	padding-left:5px;
	border-bottom:dotted #C10000 1px;
	border-right:dotted #C10000 1px;
}

.infobox {
	width:275px;
	position:absolute;
	left:0;
	top:122px;
	padding:5px;
	text-align:center;
}

.infobox img {
	border:0;
}

.content img {
	border:dotted #e55454 1px;
}

h1 {
	font-size:12px;
	margin:0;
}

.input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	border:dotted #e55454 1px;
	margin-top:2px;
	margin-bottom:2px;
	background-color:#FFFFFF;
}

textarea {
	border:dotted #e55454 1px;
}
