@charset "utf-8";
.yellow_big {
	font-size: 14px;
	color: #FDDC24;
	font-family: Verdana, Geneva, sans-serif;
}

/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height:20px;
	text-align: center;
}
.menu_bottom_shade {
	background-image: url("graphics/menu_bottom_shade.png");
	background-repeat: no-repeat;
	height: 67px;
	width: 950px;
}
.menu_glow {
	background-image: url("graphics/menu/menu_glow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	height: 21px;
	width: 134px;
}
.yellow_text {
	color:#FDDC24;
	text-align: left;
}
a:link {
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}

a:visited {
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}

a:hover {
	font-style: normal;
	color: #FDDC24;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
}
.yellow_text_big {
	color:#FDDC24;
	font-size: 14px;
}
.padding {
	padding: 10px;
}
.middle_allign {
	text-align: justify;
}
