body {
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #4562C8;
}

.headertext {
	font-size: 16px;
	font-weight: bold;
	color: #003976;
}

.shadowleftbg {
	background-image: url(images/shadow-left-bg.jpg);
}
.shadowrightbg {
	background-image: url(images/shadow-right-bg.jpg);
}
.toprightbg {
	background-image: url(images/header-right.jpg);
}
.topmenubg {
	background-image: url(images/top-menu-bg.jpg);
}
.mainbodyarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/body-shadow-top.jpg);
	background-repeat: repeat-x;
}
.dashedbgline {
	background-image: url(images/dashed-line-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.smalltype {font-size: 10px}
.bluetype {
	color: #00357B;
	font-weight: bold;
}