@charset "utf-8";
/* CSS Document */

body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#119302;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #119302;
	text-decoration:none;
}
a:active, a:hover {
	color: #fff;
	text-decoration:none;
}
h1 {
	font-size:18px;
	color:#000;
	margin: 0;
	padding: 0;
}
.titlebar {
	background: #119302 url(images/fadeout.png) repeat-y right;
	width: 100%;
	padding: 1px;
}
.mainpog {
	margin: 15px auto;
}
.subpog1 {
	margin-bottom: 15px;
}
p.class1 {
	line-height: 30px;
	font-weight: bold;
}
h2 {
	font-size:18px;
	text-align: right;
	color:#000;
	margin: 0;
	padding: 0;
}
h2 a:link, h2 a:visited {
	color: #000;
	text-decoration:none;
}
h2 a:active, h2 a:hover {
	color: #fff;
	text-decoration:none;
}
.footerbar {
	background: #119302 url(images/fadeout2.png) repeat-y left;
	width: 100%;
	padding: 1px;
}
