html {
	height: 100%
}

body {
	width: 100%;
	height: 100%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

body, div, td, th, h2, input, textarea, h3, a, select {
	font: 12px trebuchet ms, tahoma, verdana, sans;
}

a {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #333333;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

input {
    font: 12px trebuchet ms, tahoma, verdana, sans;
}

#username {
	border: 1px solid #7F9DB9;
	font: 12px trebuchet ms, tahoma, verdana, sans;
    background-color: #ffffff;
    width: 196px;
}

#password {
	border: 1px solid #7F9DB9;
	font: 12px trebuchet ms, tahoma, verdana, sans;
    background-color: #ffffff;
    width: 196px;   
}