body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #636366;
}
body {
	background-color: #CCC;
	background-image: url();
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #f77508;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f77508;
}
a:hover {
	text-decoration: underline;
	color: #f77508;
}
a:active {
	text-decoration: none;
	color: #f77508;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
.HeadlineTitle {
	font-size: 22px;
	color: #959595;
}
.HeadlineDescription {
	font-size: 22px;
	color: #636366;
}
.TabSelected {
	color: #FFF;
	font-size: 16px;
}
.TabUnselected {
	font-size: 16px;
	color: #959595;
}
a.TabUnselected:link {
	color: #959595;
	text-decoration: none;
}
a.TabUnselected:visited {
	color: #959595;
	text-decoration: none;
}
a.TabUnselected:hover {
	color: #636366;
	text-decoration: none;
}
.BannerHeadline {
	color: #FFF;
	font-size: 40px;
}
.BannerHeadlineHighlight {
	font-weight: bold;
}
.FooterText {
	color: #b7b7b7;
	font-size: 12px;
}
a.FooterText:link {
	color: #FFF;
	text-decoration: none;
}
a.FooterText:visited {
	color: #FFF;
	text-decoration: none;
}
a.FooterText:hover {
	color: #b7b7b7;
	text-decoration: none;
}
.Banner{
	background:url(../images/banner_back.png);
	background-repeat:repeat-x;
}
.WhitespaceContent{
	background:url(../images/content_back.png);
	background-repeat:repeat-x;
}
.Sidebar{
	background:url(../images/sidebar_back.png);
	background-repeat:repeat-y;
}
ContentHeadline {
	font-size: 24px;
}
.ContentHeadline {
	color: #363636;
	font-size: 24px;
	font-weight: bold;
}
.SidebarHeadline {
	color: #363636;
	font-size: 18px;
	font-weight: bold;
	background:url(../images/tab_back.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.SidebarBox {
	border: solid;
	border-color: #b7b7b7;
	border-width: 1;
	text-align: left;
	background-color: #FFF;
}
.PageBox {
	border: solid;
	border-color: #999;
	border-width: 1;
}


