/* CSS definition file containing site wide stylesheets */

BODY {
	background-repeat: repeat-x
}

.hostingTableLine {
	color: rgb(255,255,255);
 	border-left: 1px dotted rgb(255,255,255)
}

.hostTableTopLine {
	border-top: 1px dotted rgb(255,255,255)
}

.pageHeadline {
	font-size: 36px;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.overviewSections {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 14px;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	text-decoration: none 
}