body {
	background-image: url(img/mainbg.gif);
	margin: 0px;
}

img {
	border: 0px;
}

.vertLine {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 5px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	height: 500px;
	vertical-align: top;
}


.navigation {
	height: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3333;
	font-size: 12px;
	border: solid 1px #CC3333; 
}

.navigationPanel {
	color: #FFFFFF;
	text-decoration: none;
}

.navigationPanel:hover {
	color: #FFFF99;
	text-decoration: none;
}

.navigationPanelSelected {
	color: #CC3333;
	background-color: #FFFFFF;
	vertical-align: bottom;
}

.redWhite {
	background-color: #CC3333;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
}

.titleText {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
}

.content {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
}

.bottomContent {
	color: #666666;
	background-image: url(img/bgSubContent.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: justify;
}

.bottomContent a {
	color: #CC3333;
	text-decoration: none;
	font-weight: bold;
}

.bottomContent a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}




.bottomContentRedSelected {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CC3333;
	padding-top: 20px;
}

.bottomContentRed {
	height: 120px;
	background-color: #CC3333;
	padding-top: 20px;
}







.bottomContentGray {
	height: 100px;
	color:#666666;
	background-image:url(img/bgSubContent.gif);
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	font-size: 7pt;
	text-align: justify;
}

.bottomContentGray a {
	color: #CC3333;
	text-decoration: none;
	font-weight: bold;
}

.bottomContentGray a:hover {
	color: #990000;;
	text-decoration: none;
	font-weight: bold;
}
.mainTable {
	background-color: #FFFFFF;
}
