body {
	font-family: Tahoma;
	font-size: small;
	background: #660000     ; /* bg */
	color: #ffffff; /* txt */
	scrollbar-base-color: #660000; /* bg */
	text-align: center;
	margin: 5px;
}

div.body {
	font-family: Tahoma;
	font-size: small;
	color: #ffffff; /* txt */
	text-align: center;
	width: 900px;
	margin: 0 auto 0 auto;
}


div.header {
	float: center;
	width: 445px;
	height: 40px;
	overflow: hidden;
}

div.column_nav {
	float: left;
	width: 160px;
	height: 100%;
	overflow: hidden;
	text-align: left;
	color: #333333; /* ct_txt */
}

div.column1 {
	float: left;
	width: 236px;
	overflow: hidden;
	text-align: left;
	margin-left: 10px;
	color: #333333; /* ct_txt */
}

div.column2 {
	float: left;
	width: 510px;
	overflow: hidden;
	text-align: left;
	margin-left: 10px;
	color: #333333; /* ct_txt */
}

div.column3 {
	float: left;
	width: 720px;
	overflow: hidden;
	text-align: left;
	margin-left: 10px;
	color: #333333; /* ct_txt */
}

div.column4 {
	float: left;
	width: 305px;
	overflow: hidden;
	text-align: left;
	margin-left: 10px;
	color: #333333; /* ct_txt */
}

div.copyrights {
	width: 900px;
	overflow: hidden;
	text-align: center;
	font-size: small;
	color: #ffffff; /* txt */
	margin-top: 10px;
	clear: both;
}

sub {
	margin: 0px;
	padding: 0px;
	font-size: xx-small;
}

h1, h1 a {
	margin: 0px;
	padding: 0px;
	font-size: large;
}

h2,h3 {
	margin: 0px;
	padding: 0px;
	font-size: small;
}

form {
	margin: 0px;
	padding: 5px;
}

input, select {
	font-family: Tahoma;
	font-size: small;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
}

textarea {
	font-family: Tahoma;
	font-size: small;
	color: #000000;
	background: #FFFFFF;
	scrollbar-base-color: #ffcccc; /* ct_bg */
	border: 1px solid #000000;
}

a {
	color: #333333; /* ct_txt_link */
	text-decoration: none;
	font-size: small;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a.kop, a.kop:hover {
	color: #ffffff; /* kop_txt */
	text-decoration: none;
	font-size: small;
}

a.kop:hover {
	text-decoration: underline;
}

a.body, a.body:hover {
	color: #ffffff; /* txt */
	text-decoration: none;
	font-size: small;
}

a.body:hover {
	text-decoration: underline;
}

a.bodyh1, a.bodyh1:hover {
	color: #ffffff; /* txt */
	text-decoration: none;
	font-size: large;
}

a.bodyh1:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

.comment {
	font-size: xx-small;
}

.nostylesmall {
	border: 0px;
	background: #ffcccc; /* ct_bg */
}

.popitmenu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-color: #ffcccc; /* ct_bg */
	border: 1px solid #993333; /* kop_bg */
	z-index: 100;
	visibility: hidden;
}

.box {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background: #ffcccc; /* ct_bg */
	zoom: 100%;
}

.box p {
	padding: 5px;
	margin: 0px;
	color: #333333; /* ct_txt */
}

.box p.nopadding {
	padding: 0px;
	margin: 0px;
	color: #333333; /* ct_txt */
}


.box ul {
	margin: 2px 0px 2px 0px;
	padding: 5px;
	color: #333333;
}

.box ul.circle {
	margin: 0px 0px 0px 17px;
	list-style-type: circle;
}

.box ul.disc {
	margin: 0px 0px 0px 17px;
	list-style-type: disc;
}

.box ul.square {
	margin: 0px 0px 0px 17px;
	list-style-type: square;
}

.box ul.numeric {
	margin: 0px 0px 0px 29px;
	list-style-type: decimal;
}

.box ul li {
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

.box h2, .box h4 {
	background: #993333; /* kop_bg */
	color: #ffffff; /* kop_txt */
	text-align: left;
	font-size: small;
	padding: 3px 5px 3px 5px;
	margin: 0px;
}

.box h2 a, .box h3 a, .box h4 a, .box h2 a:hover, .box h3 a:hover, .box h4 a:hover {
	text-decoration: none;
	color: #ffffff; /* kop_txt */
}

.box h3 {
	background: #993333; /* kop_bg */
	color: #ffffff; /* kop_txt */
	text-align: left;
	font-size: small;
	padding: 3px 5px 3px 5px;
	margin: 0px;
}
