@charset "utf-8";
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #FFF;
	text-align: justify;
}
#big_centered {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
	background-color: #111;
	text-align: center;
}

#red_text {
	font-weight: bold;
	color: #F00;
}
label {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: small;
}

#footer-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #666;
	text-align: center;
}
.distr_white {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFF;
}

.distr_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #F00;
}

a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	}     
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
	}
a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	}
#menu_top {
	font-size: large;
	color:#FFF;
	text-align:center;
}