.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;

}

.maintext {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

}

.headers {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

}

/* Top Menu and its buttons */

.Menu_Container {
	height: 27px;

	margin-left:0px;

	margin-top: 0px;



}

.MenuButtons_main {

	height: 27px;

	width: 785px;

	text-align: center;

}

}

.MenuButtons_main ul {

	list-style-type: none;

	width: 100%;

	display: block;

	margin-top: 0px;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 0px;

	padding-left: 0px;

}



.MenuButtons_main li {

	display:inline;

	background-image: url(images/button_blank.jpg);

	background-position: top;

	background-repeat: no-repeat;

}





.MenuButtons_main a:link, .MenuButtons_main a:visited, .MenuButtons_main a  {

	margin-right: 6px;

	float: left;

	display: block;

	width: 100px;

	height: 27px;

	text-decoration: none;

	font-weight: bold;

	line-height: 27px;

	background-image: url(images/button_blank.jpg);

	background-repeat: no-repeat;

	background-position: left bottom;

	

	color:#242424;

	font-size: 16px;

}

.MenuButtons_main a:hover, .MenuButtons_main a:active {

	margin-right: 6px;

	float: left;

	display: block;

	width: 100px;

	height: 27px;

	text-decoration: none;

	font-weight: bold;

	line-height: 27px;

	background-image: url(images/button_blank.jpg);

	background-repeat: no-repeat;

	background-position: right bottom;

	border: 1px none #999999;

	color: #DFDFDF;

	font-size: 16px;

	

}

.MenuButtons_main a#current_page{

	margin-right: 6px;

	float: left;

	display: block;

	width: 100px;

	height: 27px;

	text-decoration: none;

	font-weight: bold;

	line-height: 27px;

	background-image: url(images/button_blank.jpg);

	background-repeat: no-repeat;

	background-position: right bottom;

	border: 1px none #999999;

	color: #DFDFDF;

	font-size: 16px;

	

}



#MenuButtons_main_upload{

	background-image: url(images/button_dark_blank.jpg);

	background-repeat: no-repeat;

	background-position: center bottom;

	color: #DFDFDF;

	font-size: 16px;

}