body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #000000 url(../images/bg_main.jpg) repeat-x;
	color: #CCCCCC;
}
.bgtable {
	background: url(../images/bg_table.jpg) no-repeat;
}
.innerbg {
	background: url(../images/bg_innertable.jpg) repeat-y;
}
.content {
	color: #CCCCCC;
	line-height: 22px;
	margin: 15px 12px 15px 15px;
	text-align: left;
}
a:link {
	color: #996633;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #996633;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #999933;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #996633;
	font-weight: bold;
	text-decoration: none;
}
li {
	font-weight: bold;
	line-height: 20px;
	list-style: square;
	font-size: 12px;
	letter-spacing: 0px;
	word-spacing: 3px;
	color: #999999;
}
ul {
	padding: 0px;
	color: #CCCCCC;
	text-align: left;
	margin: 0px 20px 0px 25px;
}
.ulstyle {
	list-style: circle;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #3399CC;
	margin: 5px 15px 15px 0px;
	text-align: left;
}
