body {
	background-color: #7686A4;
	background-image: url(bg_body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.hidden {
	display: none;
}

.content_header {
	background-image: url(bg_content_header.jpg);
	background-repeat: no-repeat;
	height: 159px;
}
.content_body {
	background-image: url(bg_content_body.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.content_footer {
	background-image: url(bg_content_footer.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #102C63;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #102C63;
}

.side_style1 {
	background-color: #FFFFFF;
	border: 1px solid #990000;
	padding: 5px;
}
.side_style2 {
	border: 1px solid #7386A5;
	padding: 5px;
}

.nav:link, .nav:visited, .nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #102C63;
	text-decoration: none;
}
.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #102C63;
	text-decoration: underline;
}
.navicon {
	background-color: #CC8D8F;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #A5AEBD;
}
.navicon_selected {
	background-color: #990000;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #A5AEBD;
}
.navtext {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #A5AEBD;
}
.navtext_selected {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #A5AEBD;
}
li {
	list-style-type: square;
}
.tblEmpty {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	background-color: #7786A5;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	border-right-width: 1px;
	border-right-color: #FFF;
}
.tblFilled {
	background-color: #FFF;
	border: 1px solid #7686A4;
}
.tblHeader {
	background-color: #9DA8BF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
