body			{ margin:0; background-color:#000; background-repeat: repeat-x;}
body.index {
	background-image:url('../images/index.jpg');
}
body.main {
	background-image:url(../images/bg_main.jpg);
}

form			{ margin: 0; padding: 0; }
input			{ font-size: xx-small; }
input.wide		{ width: 100%; }
select			{ font-size: xx-small; }

p			{ margin: 10px; color: #fff;}

td			{ font-family: "Arial"; color: #fff; font-size: 15px; }

a			{ text-decoration: underline; color: #fff; }
a:hover			{ text-decoration: underline; color: #ff3; }

h1			{ color: #ff3; font-size: 22px; margin: 0px; }
h2,h3,h4,h5,h6 { color: #ff3;}

.logo			{ padding-top: 35px; }

.top			{ padding-top: 97px; background-repeat: no-repeat; background-position: center; }

.mainmenu		{ font-weight: bold; padding: 0 10px;}
.mainmenu a		{ text-decoration: none; }
.mainmenu a:hover	{ text-decoration: none; }

.submenu		{ }

.content		{ color: #fff; background-color: #000;}
.contenta		{ text-decoration: underline; color: #fff; }
.content a {text-decoration: underline; color: #ff3;}

.adress			{ padding: 20px 0 20px 30px; color: #ff3; }