/* ALL */
body{
	margin: 0px;
	font-family: Arial;
	background-color: #000;
	color: #FFF;
}
H1{
	font-size: 117%;
	color: #FFF;
	font-weight: 400;
	margin-left: -1px;
	margin-top: 0px;
}
H2{
	font-size: 90%;
	font-family: Tahoma;
	margin-top: 20px;
}
H3{
	font-size: 90%;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 20px;
}
P,UL,OL{
	font-size: 83%;
	font-family: Arial;
}
UL{
	margin-left: 25px;
	list-style: circle;
	padding-left: 10px;
}
OL{
	margin-left: 25px;
	padding-left: 10px;
}
LI{
	
}
P.s, UL.s, OL.s{
	font-size: 75%;
}
P.big{
	font-size: 90%;
}
SPAN.markout{
	color: #bd2025;
}
.b{
	font-weight: bold;
}
.m0{
	margin: 0px;
}
.mt0{
	margin-top: 0px;
}
.nowrap{
	white-space: nowrap;
}
.u{
	text-decoration: underline;
}
/* A */
A{
	color: #FFF;
	text-decoration: underline;
}
A:visited{
	color: #FFF;
}
A:hover{
	color: #FF0000;
}

/* TABLES */
TD{
	vertical-align: top;
}
TD.c{
	text-align: center;
}
TD.l{
	text-align: left;
}
TD.r{
	text-align: right;
}
TD.bot{
	vertical-align: bottom;
}
TD.top{
	vertical-align: top;
}
TD.mid{
	vertical-align: middle;
}
.col100, .w100{
	width: 100%;
}
.h100{
	height: 100%;
}
.col85{
	width: 85%;
}
.col70{
	width: 70%;
}
.col50{
	width: 50%;
}
.col33{
	width: 33%;
}
.c1{
	width: 326px;
}


/* MENU */
DIV.menu{
	font-family: Arial;
	font-size: 95%;
	margin-right: 4px;
	margin-left: 3px;
	margin-top: 0px;
	font-weight: 400;
}
DIV.menu SPAN{
	color: #ffffff;
	padding-left: 14px;
	padding-right: 15px;
	height: 21px;
	padding-top: 2px;
	padding-bottom: 2px;
}
DIV.menu SPAN.active{
	background-color: #FC0303;
	color: #FCFBFB;
	font-weight: 400;
}
DIV.menu SPAN.active A{
	color: #ffffff;
	text-decoration: none;
}
DIV.menu SPAN.active A:visited{
	color: #ffffff;
	text-decoration: none;
}
DIV.menu SPAN.active A:hover{
	color: #ffffff;
	text-decoration: underline;
}
DIV.menu A{
	color: #FFF;
	text-decoration: none;
}
DIV.menu A:visited{
	color: #FFF;
}
DIV.menu A:hover{
	color: #FF0000;
	text-decoration: none;
}

DIV.content{
	margin-left: 17px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 20px;
	width: 79%;
}

HR{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin-top: 10px;
}
.disabledform INPUT, TEXTAREA, SELECT{
	background-color: #FFF;
}
