/* CSS Document */
body {
	background-color: #181B1A;
}
.footer {
	font-size: 11px;
	color: #FAD943;	
}
p, td {
	font-family: Arial, Tahoma, Verdana, ;
	font-size: 12px;
	font-color: #181B1A;
}
h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
	font-color: #999999;
}
li {
	list-style-type: square;
}
.main-body {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	padding: 20px;
}
.news {
	font-size: 11px;
}

