/*
html,body{
	margin:0;
   padding:0;
   height:100%;
   border:none;
}
body
{
	background-color:#013C08;
}
table {
	height: 100%;
	width: 100%;
}
td{
	font-family:tahoma;
	font-size:11;
	color:#6B5220;
	text-align: center;
	vertical-align: middle;
}
*/
html, body, #wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
body
{
	background-color:#013C08;
}
.m1{
	font-family:tahoma;
	font-size:11;
	color:#8A8A8A;
	font-weight:900;
}
a{
	font-family:tahoma;
	font-size:11px;
	color:#6B5220;
	text-decoration:none;
	font-weight:900;
}
a:hover{text-decoration:underline}
a.m1{
	font-family:tahoma;
	font-size:11;
	color:#8A8A8A;
	font-weight:300
}
a.m1:hover{text-decoration:underline}
a.m2{
	font-family:tahoma;
	font-size:11;
	color:#D52C00;
	font-weight:900;
}
a.m2:hover{text-decoration:underline}
