BODY {
	margin: 0px;
	background-color: #151515;
	font-family : Arial, Helvetica, sans-serif;
	color: #cdcdcd;
}

A {
	color: #c80000;
	font-weight: bold;
}

H2 { 
	font-size: 13px; 
}

.speH  {
	font-size: 18px;
	color: #c80000;
}

.speH FONT {
	font-size: 22px;
	color: #dedede;
	margin-right: 15px;
}

#tab {
	border-left: 1px solid #959595;
	border-right: 1px solid #959595;
	background-color:#000000;
	font-size: 12px;
}

#tLog {
	margin: 0px;
	height: 89px;
}

#lNav {
	position: absolute;
	top: 315px;
	padding-left: 5px;
}

#lNav A {
	text-decoration: none;
}

#lNav #lNavBlock {
	margin-top: 25px;
}

#lNav #lNavBlock A {
	color: #348665;
}

#lNav #lNavBlock A:hover {
	color: #c80000;
	text-decoration: underline;
}

#lNav #lNavBlock H2 {
	margin-top: 30px;
	margin-bottom: 8px;
	padding-left: 8px;
	border-bottom: 1px solid #348665;
}

#tNav {
	border-top: 1px solid #348665;
	border-bottom: 1px solid #348665;
	padding-top: 1px;
	height: 20px;
	width: 100%;
}
html>body #tNav { height: 17px; }

#tNav A {
	text-decoration: none;
	color: #5AB68D;
	font-weight: bold;
}

#tNav A:hover {
	text-decoration: none;
	color: #959595;
}

.box {
	margin-top: 30px;
	margin-left:10px;
	padding: 20px;
	border-top: 1px solid #959595;
	width: 580px;
}

.txtBox {
	margin-top: 30px;
	margin-left:10px;
	padding: 20px;;
	width: 580px;
}

#moLk ul {
	margin: 0px;
	margin-left: 82px;
}
html>body #moLk ul { padding-left: 70px; }

#moLk ul LI {
	list-style: none;
	float: left;
	width: 250px;
	text-align: center;
	padding-top: 2px;
	margin: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #c80000;
	border: 1px solid #cdcdcd;
	height: 22px;
}
html>body #moLk  ul LI { padding-top: 4px; }

#moLk A {
	color: #cdcdcd;
	text-decoration: none;
	width: 245px;
}