body {
	background-color: #0D2A54;
	background-image: url("./images/template_bg.jpg");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #143563;
	margin: 0px; 
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bodyOutlineRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.bodyOutlineBottom {
	background-color: #FFFFFF;
	background-image: url("./images/template_sidebar_bg.jpg");
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.bodyOutlineBottom2 {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.sideBar {
	background-color: #FFFFFF;
	background-image: url("./images/template_sidebar_bg.jpg");
	background-repeat: repeat-y;
}
.headerArea {
	background-color: #D9E0E8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4A6994;
	font-weight: bold;
	font-size: 18px;
	text-decoration: underline;
}
.contentArea {
	background-color: #D9E0E8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A6994;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4A6994;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4A6994;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #143563;
}
.contentArea2 {
	background-color: #D9E0E8;
	border: 1px solid #4A6994;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #143563;
}
