/* Основные настройки */

html {
  width:100%;
  height:100%;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
}


td{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
}

div{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
	text-align:left;
}

a{
	color: #3470A2;
	text-decoration: underline;
	border: none;
	font-weight: normal;
}
a:hover{
	color: #3470A2;
	text-decoration: none;
	border: none;
	font-weight: normal;
}

img{
	border: none;
}

h1{
	font-size: 18px;
	font-weight: bold;
	margin:0px;
}

h2{
	font-size: 15px;
	font-weight: bold;
	margin:0px;
}

h3{
	font-size: 12px;
	font-weight: bold;
	margin:0px;
}

p{
	margin-top: 5px;
}

input{
	border:1px solid #3470A2;
	background-color:white;
	color: #7c7c7c;
}

textarea{
	border:1px solid #3470A2;
	background-color:white;
}


/* Основные классы */

a.mainLink{
	font-weight: bold;
	color: #F24E45;
	text-decoration: none;
}
a.mainLink:hover{
	font-weight: bold;
	color: #F24E45;
	text-decoration: underline;
}

a.sectLink{
	font-weight: bold;
	color: #F24E45;
	text-decoration: underline;
}
a.sectLink:hover{
	font-weight: bold;
	color: #F24E45;
	text-decoration: none;
}

.underline{
	border-bottom:1px solid #3470A2;
}


/* Главное меню */

#menuActive{
	font-size: 9pt;
	color: #3470A2;
}

#menu{
	font-size: 9pt;
}

#submenu{
	font-size: 8pt;
	font-weight: normal;
	color: #3470A2;
}

#submenu:active{
	color:#7C7C7C;
}

#submenu:visited{
	color:#7C7C7C;
}

a.menu{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover{
	color: white;
	text-decoration: underline;
	font-weight: bold;
}


/* Шапка */

.searchText{
	font-size: 9pt;
	color: white;
}

#topLinks{
	font-size: 8pt;
	color: #E2FFFF;
	font-weight: normal;
}

/* Контент */

.sectionTitle{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 19px;
	color: #3470A2;
	letter-spacing: -1px;
	margin: 7px;
}

.content{
	color: #000000;
}

#subscribe{
	color: #ffffff;
	font-weight: bold;
}

#subscrText{
	color: #7c7c7c;
	font-size: 9pt;
}

#subscrRadio{
	border:0px solid #3470A2;
}

#navigation{
	font-weight: normal;
}


/* Левая колонка */

#gmaster{
	font-weight: bold;
}


/* Правая колонка */

	/* Новости */

a.newsTitle{
	font-weight: bold;
	color: #F24E45;
	text-decoration: underline;
}

a.newsTitle:hover{
	font-weight: bold;
	color: #F24E45;
	text-decoration: none;
}

.newsDate{
	font-weight: bold;
	color: #3470A2;
}

.newsText{
	color: #7c7c7c;
}



/* Подвал */

.bottomText{
	font-size: 8pt;
	font-weight: bold;
	color: White;
	letter-spacing: -1px;
}

a.gmasterLink{
	font-size: 8pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a.gmasterLink:hover{
	font-size: 8pt;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}


/* Магазин */

.shopCmdTitle{
	font-size: 8pt;
	color: #000000;
}

.shopCmdItem{
	font-size: 8pt;
	color: #7c7c7c;
}


