a { color : #3366CC; text-decoration : none; }
a:hover { color : navy; text-decoration : underline; }

a.u { color : #3366CC; text-decoration : underline; }
a.u:hover { color : navy; text-decoration : underline; }

a.w { color : white; text-decoration : none;}
a.w:hover { color : white; text-decoration : underline;}

a.wu { color : white; text-decoration : underline; }
a.wu:hover { color : white; text-decoration : underline; }

a.b { color : black; text-decoration : underline; }
a.b:hover { color : black; text-decoration : underline; }

body, td, tr, nobr { font-family : arial;}

div.audio {
padding: 3px;
font-size: 13px;
line-height: 165%;
text-color: black;
}

h1
{
padding-top: 5px;
font-size: 22px;
}


h2
{
font-size: 18px;
}


div.works {
padding: 3px;
font-size: 13px;
line-height: 150%;
text-color: black;
}

div.info {
padding: 3px;
font-size: 11px;
text-color: black;
}

div.dictor {
font-size: 13px;
}


div.menutop {
font-size: 14px;
color: white;
text-align: center;
padding-top: 13px;
}

div.enter {
font-size: 15px;
text-align: right;
padding-top: 15px;
}


div.spec {
line-height: 100%;
}


li.red {color:red;}


table.table {
border: 0px solid black;
font-size: 12px;
}

table.table2 {
border: 1px black;
font-size: 12px;
}



a.link {text-decoration : underline;}

.pics {border: 1px solid #666;}
.logos {
	display:block;
	margin-top: 3px;
	border: 1px solid #666;
	}
	
	
.sublayer {
	position: absolute;
	z-index: 1;
	background: #000;
}

#contact-form {
	font-family: arial;
	display: block;
	width: 88%;
	border-radius: 10px;
	background: #F5F5EA;
	padding: 2% 5%;
	height: 230px;
}

#contact-form label {
	display: block;
	width: 20%;
	float: left;
	margin-bottom: 10px;
	text-align: right;
}

#contact-form textarea, #contact-form input {
	display: block;
	width: 76%;
	float: right;
	margin-bottom: 10px;
}

#contact-form .submit {
	float: right;
	margin: 0 auto 0 auto;
}
