html
{
	height:100%;
	width:100%;
}


body {
	height:100%;
	width:100%;
	color : #404040;
	background : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin : 0px;
}

table.full {
	height:100%;
	width:100%;
	border : 0px;
	padding : 0px;
}

table.full td {
	height:100%;
	width:100%;
	vertical-align : middle;
}

table.mid {
	width:100%;
	background : #262626;
	border-top : 1px solid #505050;
	border-bottom : 1px solid #505050;
	border-left : none;
	border-right : none;
	padding : 0px;
        height: 142px;
}

a:active,a:link,a:visited,a:focus {
	color: #909090;
	font-weight: normal;
	text-decoration : none;
}	

a:hover {
	color : #ffffff;
}

.fieldinput {
	background-color: #000000;
	color: #707070;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border : 1px solid #505050;
}

.button {
	background-color: #202020;
	color: #707070;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border : 1px solid #505050;
}
 
img {
	border: none;
}

form {
	margin : 0px;
}

hr {
	height : 1px;
	color: #aaaaaa;
}
