html, body, #page {
   width: 100%;
  background-color: #efefef;    
    
}

 html>body, html>body #page {
 background-color: #efefef;
} 


body {
	font-family:Tahoma;
	margin: 0;
	padding: 0;
	background-color: #efefef;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: -0.01em;
}

.txt {
	font-family:Tahoma;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: -0.01em;
}

#maintable {
	border-top: none;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background-color: #ffffff;
}

a.mlink:link {
	color: #ffffff;
	text-decoration: none;
}
.titles {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #5c5c91;
	letter-spacing: -0.03em;
	padding-left: 38px;
}


a.mlink:visited {
	color: #ffffff;
	text-decoration: none;
}

a.mlink:hover {
	color: #9090ff;
	text-decoration: none;
}

a.mlink:active {
	color: #ffffff;
	text-decoration: none;
}



a:link {
	color: #000066;
	text-decoration: underline;
}

a:visited {
	color: #000066;
	text-decoration: underline;
}

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

a:active {
	color: #000066;
	text-decoration: underline;
}


.footer {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	line-height: 18px;
}


