/* CSS Document */

body,td,th,p,div,input,textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222222;
}
body {
	background-color: #e6e6e8; 
	background-image: url(images/background-1600.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td.content {
	padding-left:30px; 
	padding-right:10px; 
	padding-top:20px;
	padding-bottom:10px;
}
img.border {
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #222222;
}
img.border-left {
	border-left-bottom-style: solid;
	border-left-width: 1px;
	border-left-color: #222222;
}
a:link {
	color: #222222;
	text-decoration: none;
}
a:visited {
	color: #222222;
	text-decoration: none;
}
a:hover {
	color: #ff6633;
	text-decoration: none;
}
a:active {
	color: #222222;
	text-decoration: none;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff6633;
}
.headline2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}
.headline3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.small {
	font-size: 9px;
}
.xsmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a.highlight {
	color: #ff6633;
}
.highlight {
	color: #ff6633;
}
.bghighlight {
	background-color: #ff6633;
}
.tiny {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.dark {
	color: #111111;
}
input, select, textarea {
	border: 1px solid #999;
	padding: 1px 2px;
}
td.formtitle {
	padding-top: 4px;
}
