body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #333333;
}



p, div, td, ul, li{
	font-size: 8pt;
}
p{
	margin-top: 7px;
	margin-bottom: 7px;
}

a{
	color: #656565;
}

h1, h2, h3, p.h1, p.h2, p.h3{
	font-family: Tahoma;
	font-weight: normal;
}

h1, p.h1{
	margin-top: 0px;
	text-align: left;
	font-size: 18pt;
	margin-bottom: 0px;
}

h2, p.h2{
	font-size: 13pt;
	margin-bottom: 10px;
}

img.png{
	behavior:	url("/resources/scripts/pngbehavior.htc");
}

table.page-container{
	width: 960px;
}

table.page{
	width: 950px;
	border-collapse: collapse;
}

div.nav_leftbutton{
	width: 69px;
	height: 77px;
	background-image: url("/resources/images/common/navbuttons.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	margin-top: 320px;
}
div.nav_leftbutton_inactive{
	width: 69px;
	height: 77px;
	background-image: url("/resources/images/common/navbuttons.gif");
	background-repeat: no-repeat;
	background-position: 0px -77px;
	float: right;
	margin-top: 320px;
}

div.nav_rightbutton{
	width: 73px;
	height: 77px;
	background-image: url("/resources/images/common/navbuttons.gif");
	background-repeat: no-repeat;
	background-position: -69px 0px;
	float: left;
	margin-top: 320px;
}
div.nav_rightbutton_inactive{
	width: 73px;
	height: 77px;
	background-image: url("/resources/images/common/navbuttons.gif");
	background-repeat: no-repeat;
	background-position: -69px -77px;
	float: left;
	margin-top: 320px;
}


td.brand-cell{
	width: 98px;
	height: 92px;
	text-align: center;
	verical-align: middle;
	border: solid #eaeaea 1px;
}
td.brand-spacer-cell{
	width: 2px;
}

div.content-block{
	border: solid #eaeaea 1px;
	margin-top: 2px;
}

div.main-content-block-blue{
	border: solid #ffffff 2px;
	border-bottom: none;
	background-color: #4b88dd;
	color: #ffffff;
	background-image: url("/resources/images/common/mainblock_back_blue.gif");
	background-repeat: repeat-x;
}

div.main-content-block-orange{
	border: solid #ffffff 2px;
	border-bottom: none;
	background-color: #f2a706;
	color: #ffffff;
	background-image: url("/resources/images/common/mainblock_back_orange.gif");
	background-repeat: repeat-x;
}

table.main-content-block-container{
	height: 390px;
}

div#additional-content-block{
	border: solid #ffffff 0px;
	overflow: hidden;
	height: 2px;
}

div#additional-content-block div{
	margin: 15px;
}

.popup {
	position: absolute;
	z-index: 50;
	visibility: hidden;
	top: 0px;
	left: 0px;
}

.map_popup {
	position: absolute;
	z-index: 100;
	display: none;
	top: 100px;
	left: 100px;
}
.map_marker{
	background-image: url("/resources/images/common/map_marker.gif");
	background-repeat: repeat-x;
	width: 24px;
	height: 30px;
	text-align: center;
	padding-top: 5px;
	font-size: 10px;
	font-weight: bold;
	margin-right: 5px;
}




