html, body {
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

.table_cont_size {
	width:100%;
	height:100%;
	}

.light_trans {
	z-index: 3;
	filter: alpha(opacity=92);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=92);
	opacity: 0.92;
	-moz-opacity: 0.92;
	-khtml-opacity: 0.92;
	}

.div_cont_box {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	filter: alpha(opacity=75);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	z-index: 2;
	}

a {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #0066cc;
	text-decoration: none;
	font-weight: normal;
	}

a:hover {
	color: #555555;
	}

td {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #38302c;
	}

.mainmenu a {
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	width: 114px;
	height: 23px;
	border: 2px solid #000000;
	border-top: 0px;
	border-bottom: 0px;
	background-color: #aaaaaa;
	text-decoration: none;
	padding-top: 9px;
	z-index: 3;
	}

.mainmenu a:hover {
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	width: 114px;
	height: 23px;
	text-decoration: none;
	padding-top: 9px;
	z-index: 3;
	}

.submenu a {
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	width: 112px;
	height: 23px;
	text-decoration: none;
	border: 2px solid #000000;
	border-top: 0px;
	background-color: #aaaaaa;
	padding-top: 9px;
	z-index: 5;
	}

.submenu a:hover {
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	width: 112px;
	height: 23px;
	text-decoration: none;
	border: 2px solid #000000;
	border-top: 0px;
	background-color: #dddddd;
	padding-top: 9px;
	z-index: 5;
	}
