@charset "UTF-8";

body {
	margin-top: 0px;
}


#DivSubmenu {
	position:absolute;
	left:0px;
	top:114px;
	width:100%;
	height:300px;
	z-index:1;
	visibility: visible;
}

#DivContent {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:296px;
	z-index:2;
	overflow: auto;
}

#DivContentLeft {
	position:relative;
	left:5px;
	top:0px;
	width:300px;
	height:346px;
	z-index:2;
	overflow: auto;
}
#DivContentRight {
	position:relative;
	left:5px;
	top:0px;
	width:326px;
	height:106px;
	z-index:3;
	overflow: auto;
}
.borderTable {
	border: 1px solid #cccccc;
}

.borderTableWhite {
	border: 1px solid #ffffff;
}
.borderTableSel {
	border: 1px solid #aaaaaa;
}
.text12blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8EACB9;
	text-decoration: none;
}
.text12grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3F4F5C;
	text-decoration: none;
}
.text11grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.text11grey3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text11grey2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.text11grey:hover, .text11greysel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
.title18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.title14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}



