body {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#000;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
}
img{ border:none}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style:none;
	padding:0;
	margin:0
}
table{	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#000;
	border: 0;
}
tr , td{ vertical-align:top;	margin: 0;	padding: 0; 
}
.top {
	position: absolute;
	top: 0;
	left: 22px;
	width: 100%;
	height: 125px; /*Height of frame div*/
	overflow: hidden;
}
.top tr, .top td{ vertical-align:bottom}
.mainbox {
	position: fixed;
	top: 125px; /*Set top value to HeightOfFrameDiv*/
	left: 22px;
	right: 0;
	bottom: 0;
	overflow: auto;
	
}

.logo span {
	font-size:18px;
	font-weight:bold;
	margin: 0 0 0 25px;
}
.InsideLeft{ width:369px; padding: 15px 10px 0 25px}
.InsideRight{ padding: 0 100px 0 0}
.active{ font-weight:bold}
.firstContent{position:absolute; left:405px; margin-top:-12px; width:600px; }

.firstMenu{ }
.firstTitle{ padding: 0 0 0 10px;}