/* CSS Document */

/*Text*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}
body {
	margin-top: 0px;
	background-color:#444444;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D56F1B;
}
a:link {
	color: #D56F1B;
}
a:visited {
	color: #999999;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #D56F1B;
}
h2 {
	font-size: 14px;
	color: #D56F1B;
}
h3 {
	font-size: 12px;
	color: #D56F1B;
}
h4 {
	font-size: 12px;
	color: #FFFFFF;
}
h5 {
	font-size: 12px;
	color: #FFFFFF;
}
h6 {
	font-size: 12px;
	color: #FFFFFF;
}
/*Show a border around the main body of the page, in Orange*/
.mborder
{
	padding: 0px;
	border: 10px solid #D56F1B;
}