@import url(divs.css);

body {
	background-color: #272D00;
	color: #808080;
	font-family: Tahoma,Verdana;
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 100%;
}

a:link
{
	color: #6FA6DA;
	text-decoration: none;
}
a:visited
{
	color: #6FA6DA;
	text-decoration: none;
}
a:hover
{
	color: #9BCFFF;
	text-decoration: none;
}
a:active
{
	color: #6FA6DA;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
	font-size: 12px;
}

td.vbar {
	height: 10;
	background-image: url(../site/img/bar_ver.jpg);
}

td.hbar {
	width: 10;
	background-image: url(../site/img/bar_hor.jpg);
}

td.ebar {
	width: 10;
	height: 10;
	background-image: url(../site/img/bar_edg.jpg);
}
	
td.mbar {
	padding: 15;
	padding-bottom: 25;
	background-image: url(../site/img/bar_bg.jpg);
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

hl {
	color: #A5A5A5;
}