/* global Styles */
body {
	margin:170px 205px;
	background-color: #001A00;
	}	
td {
	background-position: top;
	text-align: justify;
	}

/* id Styles */
#login{
	font:normal 11px/2em Tahoma;
	color:#1C0D07;
	width: 300px;	
	}
#logbutton {
	filter:alpha(opacity=50);
	-moz-opacity: 0.8;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	width: 200px;
	height: 22px;
	background-color: #003500;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #001A00;
	border-right-color: #003500;
	border-bottom-color: #003500;
	border-left-color: #003500;
}
.input {
	height: 22px;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.font {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

