/* Unchanged */
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
}

.bodytext {
	line-height:18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.bodytext_h {
	line-height:18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#ff6b12;
}

.bodytext_diff {
	line-height:18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff0000;
}

.sidebar {
	border-left: 1px solid #d5d5d5;
	padding-left: 30px;
	line-height:18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#888888;
}

.footer {
	line-height:18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}

.subtitle {
	line-height:18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:600;
	color:#ff4200;
}

.bodytext_big {
	line-height:25px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
}


A:link {text-decoration: none; color: #ff4200; font-weight:bold;}
A:visited {text-decoration: none; color: #ff4200; font-weight:bold;}
A:active {text-decoration: none; color: #ff4200; font-weight:bold;}
A:hover {text-decoration: underline; color: #ff4200;}


