@charset "UTF-8";
body,td,th {
	font-family: Lucida Grande, Tahoma, Verdana;
	font-size: 13px;
	font-weight: lighter;
	color: #fff;
}
body {
	background-color: #121212;
	background-image: url(images/mainbgr.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #fff;
}
a:visited {
	color: #ccc;
}
a:hover {
	color: #ffcc66;
}
a:active {
	color: #ffcc66;
}
#mainmenu a {
	color: #bbb;
	text-decoration: none;
}
#mainmenu a:hover {
	color: #ccc;
}
.submenu a {
	color: #999;
	text-decoration: none;
}
#menuopen a {
	color: #000;
}
.pagetitle {
	font-size: 30px;
	margin-top: 20px;
}
.subtitle {
	color: #ffcc66;
	font-size: 18px;
}
.subtitle a {
	color: #ffcc66;
	text-decoration: none;
}
.subtitle a:hover {
	color: #ffcc66;
	text-decoration: underline;
}
.longarticle {
	color: #999;
}
.articletitle {
	color: #0099CC;	
	font-size: 18px;
}
