/*@CHARSET "UTF-8";*/
/*
Всякая скучная банальщина.
Вынесена в отдельный файл, чтобы под руками не путалась.
*/


* {
margin: 0;
padding: 0;
}

html, body {
height: 100%;
width: 100%;
background: #031E39;
background: #1A2A43;
font-family: tahoma, sans-serif;
font-size: 12px;
color: white;
}


table, img {border-collapse: collapse; border: 0;}

.fullscreen {
clear: both;
width: 100%;
}

td12 {vertical-align:  top;}

a {text-decoration: none;}

.bold {font-weight: bold}

.big {
text-transform: uppercase;
font-weight: bold;
}

.white {color: white;}
.blue {color: #9AC0E6;}

.white * {color: white;}
.blue * {color: #9AC0E6;}

a:link, a:visited {
	color: #9AC0E6;
	}
a:hover, a:active {
	color: white;
	}

a.white:hover {color: #9AC0E6;}
a.blue:hover {color:white;}


.centered {text-align: center;}
.lefted {text-align: left;}
.righted {text-align: right;}

.f13 {font-size: 13px;}
.f12 {font-size: 12px;}
.f11 {font-size: 11px;}
.f10 {font-size: 10px;}



#main h1 {
	font-size: 19px;
	padding: 8px 0 9px 30px;
}

#main h2 {
		1.5em;
}

#main h3 {
		font-size: 1.2em;
		margin: 5px 0;
}

#main h4 {
	font-size: 1em;
	text-transform: uppercase;
}

#main h5 {
	font-size: 1em;
	margin-top: 5px;
}

#main h6 {
}


