/* CSS SITE [Vladimir Gubarenko] */
BODY{
	font-family : Tahoma;
	font-size: 12px;
	color: #795100;
	margin : 0px;
	padding : 0px;
	background-color: #030101;
}

.content{
	border: 1px solid #3F3F3F;
	background-color: #2B2B2A;
}

.logo{
	background-image : url(../images/logo.png);
	background-position : center top;
	background-repeat : no-repeat;
}

/* LINK STYLE */
A.menu:link {
	font-family : Tahoma;
	font-size: 11px;
	color: #E3DFDF;
	TEXT-DECORATION: none;
	font-weight: bold;
}
A.menu:visited {
	font-family : Tahoma;
	font-size: 11px;
	color: #E3DFDF;
	TEXT-DECORATION: none;
	font-weight: bold;
}
A.menu:active {
	font-family : Tahoma;
	font-size: 11px;
	color: #857B5C;
	TEXT-DECORATION: none;
	font-weight: bold;
}
A.menu:hover {
	font-family : Tahoma;
	font-size: 11px;
	color: #857B5C;
	TEXT-DECORATION: none;
	font-weight: bold;
}

a:link {
	font-size : 11px;
	color: #E3DFDF;
	text-decoration: none;
}
a:visited {
	font-size : 11px;
	text-decoration: none;
	color: #E3DFDF;
}
a:hover {
	font-size : 11px;
	text-decoration: underline;
	color: #E3DFDF;
}
a:active {
	font-size : 11px;
	text-decoration: underline;
	color: #E3DFDF;
}

/* TEXT STYLE */
.style1 {color: #90C0ED}

a {
	font-size : 12px;
	font-family : Tahoma;
	color : #666666;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

.all_size{
	width : 100%;
	height : 100%;
}

DIV,P,TD{
	font-size : 12px;
	font-family : Tahoma;
	color: #000000;
}

P{
	margin : 0;
	padding : 2px 0px 4px 0px;
}

.notext{
	font-size : 1px;
	font-family : "Times New Roman", Times, serif;
}

A.mainlevel{
	font-family : "Times New Roman", Times, serif;
	font-size : 16px;
	text-decoration : none;
}

A.mainlevel:hover{
	text-decoration : underline;
}

.moduletable th{
	font-size : 14px;
	font-family : Tahoma;
	color : #000000;
	font-weight: bold;
}

.contentheading, .componentheading{
	font-size : 14px;
	font-family : Tahoma;
	color : #000000;
	font-weight: bold;
}

.inputbox{
	border : 1px solid #CCCCCC;
	background-color: #2B2B2A;
	font-size: 12px;
	color: #CCCCCC;
	font-family: Tahoma;
	padding: 2px;
}

.button{
	border : 1px solid #CCCCCC;
	background-color: #2B2B2A;
	font-size: 14px;
	color: #999999;
}
.style1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

