body {
	background-color: #777777;
	border: none;
}
.white_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.white_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.white_medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #444444;
}
.headline_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
}
.border{
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-style:solid;
	border-left-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.nav {
	font-family: TimesNewRoman, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
.nav2 {
	font-family: TimesNewRoman, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
a:hover
{
	color: #FF0802;
}.whiteborder {
	border: thin solid #FFFFFF;
}

img.thumb {
	border: none;
}
