@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

.end {
	clear: both;
}

body {
	height: 100%;
	background-color: #000000;
	font-size: 80%;
	line-height: 150%;
	color: #000000;
	text-align: left;
	
}

.style1 {
	color: #CCCCCC
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}


h2 {
	width: 99%;
	padding: 3px;
	background-color: #cccccc;
	text-align: left;
	line-height: 100%;
	font-weight: 100;
	margin-bottom: 10px;
	color: #000;
	font-size: 100%;
}



.small {
	font-size: 10px;
	line-height: 13px;
}

h1    { font-weight: normal; font-size: 10px; line-height: 26px; letter-spacing: 1px; margin: 0px
 }

.navimenu {
	font-family: "Courier New", Courier;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.navimenu2 {
	font-family: "Courier New", "Courier";
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.marginleftbox5px {
margin: 0px 5px 5px 5px;
}


