/* css document */
body {
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color:#000000;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
a:active  {
	color: #ff0000;
	text-decoration: none;
}
.mainbody {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #4753C1;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
}
.main_table {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color:#4753C1;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
}
.page_titles {
	color:#FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #4753C1;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
}
.page_content {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color: #ffffff;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
}

.left_column {
	background:url;
	background-repeat:no-repeat;
	background-position:top;
	width:195px;
}

.menu {
	color: #ffffff;
	font-weight: bold;
}

td.menu a:link {
	display: block;
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	font-size:12px;
	
}

td.menu a:active {
	display: block;
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	font-size:12px;
	
}
td.menu a:visited {
	display: block;
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	font-size:12px;
	
}
td.menu a:hover {
	display: block;
	text-decoration: none;
	background-color: #FF0000;
	color: #000000;
	font-weight: bold;
	font-size:12px;
	
}


.contentBox {	
	display:block;
	border-width: 1px;
	border-style: solid;
	padding:5px;
	margin-top:5px;
	width:565px;
	height:250px;
	overflow:scroll
}