@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg-tile.jpg);	
	}
#container {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	}
#sidebar {
	float: left;
	width: 195px;
}
#head {
	width: 705px;
	height: 40px;
	float: right;
	background-image: url(../images/head.jpg);	
}
#content {
	width: 705px;
	float: right;
	background-color: #FFFFFF;	
}
#footer {
	width: 900px;
	height: 25px;
}
.clearfloat {
	clear: both;
	font-size: 1px;
	height: 0px;
	line-height: 0pt;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #9D0C09;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #9D0C09;
}
a:link {
	color: #8E93C6;
}
a:visited {
	color: #9999FF;
}
a:hover {
	color: #FF0033;
}
a:active {
	color: #FF0033;
}
.kleinlink {
	font-family: Arial, Helvetica, sans-serif;
	color: #9D0C09;
	font-size: 12px;
	font-weight: normal;
}
.kleinlink A:link {
	color: #9D0C09;
	text-decoration: none;
	font-weight: normal;
}
.kleinlink A:visited {
	color: #9D0C09;
	text-decoration: none;
}
.kleinlink A:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.speciallink {
	font-family: Arial, Helvetica, sans-serif;
	color: #A84E1C;
	font-size: 14px;
	font-weight: bold;
	background-color:#E1F0FF
}

.speciallink a:link {
color: #A84E1C;
text-decoration: none;
background-color:#E1F0FF
}

.speciallink a:visited {
color: #A84E1C;
text-decoration: none;
}

.speciallink a:hover {
	color: #000000;
	text-decoration: underline;
}