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 tahoma, verdana, sans;
}

a {
	color: #B4B4B4;
	font-size: 9px;
}

a:active {
	color: #B4B4B4;
}

a:hover {
	color: #B4B4B4;
}

a.normal {
	font: 12px tahoma, verdana, sans;
	text-decoration: underline;
	color: #008ae7; 
}

a.normal:visited {
	color: #008ae7;
}

a.normal:active {
	color: #008ae7;
}

a.normal:hover {
	color: #4da7e3;
}

input {
    font: 10pt tahoma, sans;
}

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

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

#menu {
    position: absolute;
    left: 3px;    
    top: 155px;	
}

#logo {
    position: absolute;
    left: 8px;    
    top: 30px;	
}
