/* CSS Document */

html {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	height: 100%;
	margin-bottom: 1px;
	background-color: #333333;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #d45e10;
	text-decoration: none;
}
.content_sides {
	background-image: url(../images/content_sides.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.window_leftside {
	background-image: url(../images/window_leftside.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.window_rightside {
	background-image: url(../images/window_rightside.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.window_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	background-color: #000000;
}
.hr {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #33271d;
}

a:link {
	font-weight: bold;
	color: #d45e10;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #d45e10;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #fec20b;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #fec20b;
	text-decoration: underline;
}
a.readon {
	display: block;
	width: 806px;
	background-image: url(../images/hr.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 42px;
	font-weight: normal;
	text-decoration: none;
	text-indent: 236px;
}
.createdate {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
h6 {
	font-size: 13px;
	color: #d45e10;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
