* {
	font-family: arial;
	color: black;
	font-size: 11px;
	line-height: 120%;
}

input, textarea, select {
	color: #868686;
	background: #F2F2F2;
	font-size: 11px;
	font-weight: bold;
	border: solid #868686 1px;
}

a {

	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	color: #FF1E00;
}

a:hover {
	text-decoration: underline;
	text-transform: none;
	color: black;
	font-weight: bold;
}

.h {
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	font-size: 14px;
}

.title {
	font-size: 13px;
	text-align: right;
	margin: 0px 8px 0px 0px;
	color: #FF3C00;
	font-weight: bold;
}

.source {
	font-family: verdana;
	font-size: 9px;
	text-align: left;
	margin: 0px 0px 3px 5px;
	color: #FF3C00;
}

.footer {
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	margin: 0px 0px 0px 5px;
	color: #FF3C00;
}

.footer a {
	font-size: 10px;
	color: #FF3C00;
	font-weight: bold;
}

body {
	background: #030802;
	margin: 0 0 0 0;
}
.body2 {
	margin: 0px 5px 0px 5px;
	line-height: 130%;
	text-align: justify;
}


.time {
	text-align: center;
	font-weight: bold;
	color: gray;
}
 
.menu a {
	font-size: 11px;
	display: block;
	position: relative;
	padding: 6px 6px 6px 6px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.menu a:hover {

	display: block;
	background: #FF3C00;
	color: black;
	font-weight: bold;

}

