/* CSS Document */
h1 {
	font-size: 16px;
	font-weight: bold;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CC0000;
	padding-left: 8px;
	margin: 5px 5px 25px;
}

.h2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 130%;
	background-color: #1c1c1c;
	background-image: url(images/bg_main.gif);
}
a {
	font-size: 12px;
}
.style1 {color: #FFFFFF}
#news {
	font-size: 12px;
	margin: 3px;
	border: 2px solid #333333;
	background-color: #F8F4E6;
	padding: 5px;
}
.title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #333333;
}
.newsbody {
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 5px;
	margin-left: 12px;
}
.details {
	font-size: 10px;
	text-align: right;
}#contentsbody {
	margin-left: 17px;
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 15px;
}
.contentstitle {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 3px;
	margin-bottom: 8px;
}
.subtitle {
	background-color: #C0C0C0;
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-bottom: 8px;
}
.smalltitle {
	font-weight: bold;
	color: #990000;
}


