@charset "utf-8";

body {
	background-color: #2C2C1D;
}
body,td,th {
	font-size: 90%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 100%;
}
h2 {
	font-size: 90%;
}
h3 {
	font-size: 90%;
}
h4 {
	font-size: 80%;
}

.bottom_menu {
	font-size: 80%;
	color:#CCC;
}

.copyright {
	font-size: 70%;
	color:#CCC;
	}

.Top_Menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #FFF;
	text-decoration:none;
	}
a:link {color: #FFF; text-decoration:none;}
a:visited {color: #FFF; text-decoration:none;}
a:hover {color: #FF0; text-decoration:underline;}
a:active {color: #FF0;}
.submit {
	color: #00F;
}
.submit_error {
	color: #900;
}
