@charset "UTF-8";
html, body {
	  padding:0;
      height:100%;
      border:none;
	  overflow:auto;
} 
.maintable {
	height: 100%;
	margin: 0;
	padding: 0;
	border-top-width: 3px;
	border-right-width: 0;
	border-bottom-width: 3px;
	border-left-width: 0;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C3CCCA;
	border-bottom-color: #C3CCCA;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #CCCCCC;
}
.doubleborder {
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
}
.menuimg {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}
.text_titling {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
.text_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #888888;
	text-align: center;
}
.text_menuit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 16px;
	color: #888888;
	text-decoration: none;
	text-align: center;
}
.text_menuitbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 16px;
	color: #336699;
	text-decoration: none;
	text-align: center;
}
.text_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #888888;
	text-align: left;
	text-decoration: none;
}
.text_caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #888888;
	text-align: center;
	font-style:italic;
	text-decoration: none;
}
.text_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: #336699;
	text-align: left;
	text-decoration: none;
}
a:hover {
	color: #336699;
	cursor: pointer;
}
.text_links a:hover {
	color: #888888;
}
.iframe {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.blue {
	color: #336699;
}
.underline {
	text-decoration: underline;
}
.horizontalline {
	border-bottom: 1px solid #ccc;
}

