body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #4B545B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
a:link {
	color: #6699CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6699CC;
}
a:hover {
	text-decoration: underline;
	color: #66CCFF;
}
a:active {
	text-decoration: none;
	color: #66CCFF;
}
.headline_cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #414950;
	background-image: url(../images/bg_headline.gif);
	background-repeat: repeat-y;
	background-position: center;
	letter-spacing: 3px;
	color: #bac1c6;
}
.headlines {
	font-size: 16px;
	text-transform: uppercase;
	color: #bac1c6;
	letter-spacing: 2px;
	font-weight:bold;
}
.border {
	border-top-width: 5px;
	border-right-width: 10px;
	border-bottom-width: 5px;
	border-left-width: 10px;
	border-top-color: #414950;
	border-right-color: #414950;
	border-bottom-color: #414950;
	border-left-color: #414950;
}
.footline {
	font-size: 10px;
	background-image: url(../images/bg_footline.gif);
	background-position: center top;
}
.infotable {
	background-color: #414950;
	background-image: url(../images/infobox_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #414950;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #CCCCCC;
	padding: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.selectbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #4A545A;
	background-image: url(../images/button_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
