/* CSS definition file containing site wide stylesheets */

BODY {
	background-repeat: repeat-x
}

.TableUnderborder {
	padding: 5px;
 	border-bottom: 1px solid rgb(51,51,51)
}

.AdBoxWhiteHeader {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	color: rgb(255,255,255);
 	font-weight: bold
}

.AdboxSmall {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-align: center
}

.AdBoxHeading {
	font-size: 14px;
 	font-weight: bold;
 	text-align: center
}

.AdBox {
	padding: 5px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

P {
	font-size: 14px
}