.headline {
	font-weight: bold;
	color: #FF6600;
}
.headline2 {
	font-weight: bold;
	color: #FF6600;
	font-size: 14px;
}

.headlinemy {
	font-weight: bold;
	color: #FF6600;
	font-size: 14px;
	display:block;
	background-color:#FFFFFF;
	padding-top:20px;
	padding-bottom:20px;
}


table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.bg_navtop{
background-color: #FF6600;
}
.navtop_space{
	background-color: #FF6600;
	width: 15px;
	height: 20px;
}
A.navtop {
	color: #000000;
	background-color: #FF6600;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
A.navtop:visited {
	color: #000000;
	background-color: #FF6600;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
A.navtop:hover {
	color: #EEEEEE;
	background-color: #FF6600;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

a {
	color: #CC6600;
	text-decoration: none;
}
