/*a { text-decoration : none; }
a:hover { color : #FFFFFF; text-decoration : underline; }*/

body, td, p, li, ol, ul, .text {
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.bot {
	font-size: 10px;
}

.menu {
	color : #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
.head1 {
	color : #000099;
	font-size: 11px;
}
.formtext {
	color : #003366;
}
.price {
	color : #FF6600;
}


h1 {
	color : #FFFFFF;
	font-weight: bold;
	font-size: 15px;
}
h2 {
	color : #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}

.hasB h1, .hasB h2 {
	font-size: 12px;
}

.hasNorm h1, .hasNorm h2 {
	font-weight: normal;
	font-size: 12px;
}

a, a.text, a:visited.text {
	color : #99CCFF;
	text-decoration : none;
}
a.h2 {
	color : #333399;
	text-decoration : none;
}
a:hover, a:hover.text {
	color : #FFFFFF;
	text-decoration : none;
}
a:hover.menu {
	text-decoration : underline;
}
a:hover.bot {
	background: #326BA5;
}
a:visited {
	text-decoration : none
}

.imgblack {
	border : 1px solid Black;
}
.imgwhite {
	border : 1px solid white;
}
.imgblue {
	border : 1px solid #99CCFF;
}

input.button {
	background-color : #006699;
	color : #ffffff;
}

.btd {
	background-color : #004A6F/*#006699*/;
}

.htd {
	background-color : #003366;
}
.bold {
    font-weight: bold;
}
.noB, .noB h1, .noB strong, .noB b, .noB h2, .noB a strong, .noB strong a {
    font-weight: normal;
}


#topMenuBlock {
	position: absolute;
	top: 65px;
	width: 100%;
}
#mainBlock {
	position: absolute;
	top: 211px;
	width: 100%;
}
#topBlock h1 {
	font-size:13px;
}
