body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	background-color: #232323;
}

#mainTable {
	width: 100%;
	height: 100%;
}

#headerMenuBg {
	background-image: url(images/mainBannerBg.jpg);
	background-repeat: repeat-x;
}

#headerMainBg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	height: 145px;
}

.bodyPadding {
	padding: 4px 5px;
}

#menuBackground {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
}

a.menuText:link, a.menuText:visited {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.menuText:hover, a.menuText:active {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #e80000;
	text-decoration: none;
}

a.linkText:link, a.linkText:visited {
	color: #a50000;
	text-decoration: none;
}

a.linkText:hover, a.linkText:active {
	color: #560000;
	text-decoration: underline;
}

a.linkTextBold:link, a.linkTextBold:visited {
	color: #003e8b;
	text-decoration: none;
	font-weight: bold;
}

a.linkTextBold:hover, a.linkTextBold:active {
	color: #a50000;
	text-decoration: none;
	font-weight: bold;
}

.copyright {
	font-family: verdana;
	font-size: 9px;
	color: #868686;
}
.Highlight {
	background-color: #FFFF00;
}

.justify {text-align:justify;}