body {
	background-color: #000000;
	margin: 0px;
}
.textMenu {
	font-family: Arial;
	font-size: 15px;
	color: #FFFFFF;
	padding-right: 11px;
}
.textMain {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
.text2 {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.textHilite {
	font-family: Verdana;
	font-size: 11px;
	color: #660000;
}
.heading {
	font-family: Verdana;
	font-size: 20px;
	color: #000000;
}
.heading2 {
	font-family: Verdana;
	font-size: 14px;
	color: #902118;
	font-weight: bold;
}
.heading3 {
	font-family: Verdana;
	font-size: 11px;
	color: #902118;
	font-weight: bold;
	font-style: italic;
}
.contentTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #828282;
	border-right-color: #828282;
	border-left-width: 1px;
	border-left-color: #828282;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #E3E3C7;
}
a:link {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.menuLink:link {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
}
a.menuLink:visited {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
}
a.menuLink:hover {
	font-family: Arial;
	font-size: 13px;
	color: #cccccc;
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
}

