@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6c6f74;
}

body {
	background-color: #454C56;
	background-image: url(img/back.jpg);
	margin-left: 0px;
	margin-top: 0px;
}

a {
	font-size: 10px;
	color: #6c6f74;
}

a:link {
	color: #6c6f74;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #6c6f74;
}

a:hover {
	text-decoration: none;
	color: #CCFF00;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

h1 {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0;
}

h2 {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 180%;
	margin-top: 0px;
}

h3 {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
}

h4 {
	font-size: 10px;
	color: #CCFF00;
	font-weight: normal;
	margin: 0 0 0 0;
}