body{
	margin: 0;
	padding: 0;
	background-image: url(../images/main_bg.gif);
	background-color: #6F7588;
}

td.main_content{
	border-left: 3px solid #9096A9;
	border-right: 3px solid #9096A9;
	background-image: url(../images/main_bg_lite.gif);
	background-color: #767C90;
}
table.content{
	width: 100%;
	height: 100%;
}
td.main_links{
	text-align: center;
	width: 80px;
	color: 1C3789;
	font-family: sans-serif;

	font-size:12;
	background-color: #D1D1D1;
		-moz-opacity:.55;
	filter:alpha(opacity=55);
}
a{
	color: 1C3789;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a.sub{
	color: #ffffff;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #ffffff;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.mainMenu{
		text-align: center;
	width: 80px;
	color: 1C3789;
	font-family: sans-serif;
	font-size:12;
	background-color: #D1D1D1;
		-moz-opacity:.55;
	filter:alpha(opacity=55);


	}


	.menuItem {
	font-family: sans-serif;
	font-size: 12px;
	color: 1C3789;
	font-weight: bold;
	cursor: pointer;
	padding: 2px 4px 2px 4px;
	border: 1 solid #ffffff;
	background-color: #a5a9ba;
	border-bottom: 1 solid #ffffff;
	border-left: 1 solid #ffffff;
}

	.submenu{
		padding:1px 1px 1px 1px;
		border:1 solid #ffffff;
	}
	.menuItemOver {
		font-family: sans-serif;
		font-size:12px;
		font-weight: bold;
		color:#ffffff;
		cursor:pointer;
		padding:2px 4px 2px 4px;
		border:1 solid #ffffff;
		background-color:#1C3789;
	}

.fronttext {
	font-family: arial;
	font-size: 12px;
	color: #000000;
}