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

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #313131;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	margin-top: 18px;
}
a:link {
	color: #000;
}
a:visited {
	color: #333;
}
a:hover {
	color: #666;
}
a:active {
	color: #CCC;
}
.tahoma-14px {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.tahoma-14px-orange {
	color: #C60;
	font-weight: normal;
}
.tahoma-11px {
	font-size: 11px;
}
.tahoma-white {
	color: #CCC;
}
.tahoma-24px {
	font-size: 24px;
}
.justify {
	text-align: justify;
}

