/*Style Sheet For MTT Version 3 INDEX*/

body, html {

	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	font-family: arial, verdana, sans-serif;
	
	

}

.leftalign {
	text-align: left;
}

.justifyalign {
	text-align: justify;
}

.noborder {
	border-style: none;
}

div#logo {
	position: absolute;
	top: 20px;
	left: 22%;
	z-index: 2;
	
}

div#validation {
	position: absolute;
	top: 30px;
	right: 22.9%;

}

div#toppanel {
	position: absolute;
	top: 90px;
	left: 22%;
}

div#content {
	color: #000000;
	width: 700px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	top: 170px;
	left: 22%;
	font-size: 12px;
	
}

div#bottompanel {
	position: absolute;
	top: 575px;
	left: 22%;
	z-index:1;
}

div#menu {
	color: #FFFFFF;
	position: absolute;
	top: 620px;
	left: 24%;
	font-size: 12px;
	z-index: 2;
}

div#copyright {
	color: #9D9D9D;
	position: absolute;
	top: 655px;
	left: 36%;
	font-size: 9px;
	z-index: 1;
}

div#address {
	color: #000000;
	position: absolute;
	top: 675px;
	left: 32%;
	font-size: 9px;
	z-index: 1;
}


a:active {color:#FFFFFF; text-decoration:none;}
a:visited {color:#647D9C; text-decoration:none;}
a:link {color:#FFFFFF; text-decoration:none;}
a:hover {color:#BEBEBE; text-decoration:underline;}
