body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: Black;
	background-image: url(../images_html/bg_stripe.jpg);
}

TD {
	font-size: 13px;
}

.main {
	font-size: 13px;
	
}

.smalltext {
	font-size: 11px;
	
}

.menutitle {
	font-size: 11px;
	color: #333333;
}

.sectiontitle {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

hr {
	color: #333333;
	height: 1px;
}

h1 {
	color: #666633;
	text-decoration: none;
	font: bold 18px;
	}

h2 {
	color: Maroon;
	text-decoration: none;
	font: bold 16px;
}

h3 {
	color: black;
	text-decoration: none;
	font: bold 14px;
}

h4 {
	color: black;
	text-decoration: none;
	font: bold 12px;
}

a {
	text-decoration: none;
	color: #333333;
	font-size: 11px;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

.centertable {
	width: 100%;
	height: 100%;
}

.smallfontwhite {
	font-size: 11px;
	color: #EFEFEF;
}

.whiteborder {
	border-color: White;
}

.column01 {
	width: 33%;
	font-size: 11px;
	color: #333333;
}

.column02 {
	width: 34%;
	font-size: 11px;
	color: #333333;
}

.column03 {
	width: 33%;
	font-size: 11px;
	color: #333333;
}




