@import url(divs.css);

body {
	background-color: #272D00;
	color: #A0A0A0;
	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;
}

			.modbox {
				margin: 0 0 12px 12px;
				border: medium none;
				display: block;
				/*width: 120px;*/
			}

			.rnd1,.rnd2,.rnd3 {
				border-style: solid;
				border-width: 0;
				display: block;
				font-size: 1px;
				height: 1px;
				line-height: 1px;
				overflow: hidden; /* important, without this IE6 displays 2px height */
			}
			
			.rnd_modtitle .rnd2,.rnd_modtitle .rnd3 {
				background: #202020 none repeat scroll 0 50%;
				opacity: 0.7;				
				border-color: #202020;
			}

			.rnd_modboxin .rnd2,.rnd_modboxin .rnd3 {
				background: #202020 none repeat scroll 0 50%;
				opacity: 0.7;
				border-color: #202020;
			}

			.rnd1 {
				background: #202020 none repeat 0 50%;
				opacity: 0.7;
				margin: 0 4px;
			}

			.rnd2 {
				border-width: 0 2px;
				opacity: 0.7;
				margin: 0 2px;
			}

			.rnd3 {
				border-width: 0 1px;
				opacity: 0.7;
				height: 2px;
				margin: 0 1px;
			}

			.modtitle {
				background: #202020 none repeat scroll 0 0;
				opacity: 0.7;
				border-color: #202020;
				border-style: none solid;
				border-width: 1px 1px medium;
				font-size: 12px;
				font-weight: bold;
				line-height: 19px;
				padding: 0 7px 2px !important;
			}

			.modboxin {
				background: #202020 none repeat scroll 0 50%;
				opacity: 0.7;
				padding: 5px 9px 7px !important;
				border: 1px solid #202020;
				border-bottom: none;
				clear: both;
				overflow: hidden;
				font-size: 11px;
				margin:0;
			}
