body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	background-color: #EFEFEF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	height: 100%;
}
.tableMain{
border-right: 1px solid #AD2E2E;
border-left: 1px solid #AD2E2E;
border-top:1px solid #AD2E2E;
border-bottom:1px solid #AD2E2E;

}
.tableMainBlue{
border-right: 1px solid #84A6B3;
border-left: 1px solid #84A6B3;
border-top:1px solid #84A6B3;
border-bottom:1px solid #84A6B3;

}
a {
	text-decoration: none;
	font-size: 10px;/* sb_addition */
}
a:hover {
	text-decoration: underline;
}

td {
	font-size: 11px;
}
img {
	display: block;
}

tdRed {
	font-size: 11px;
}
imgRed {
	display: block;
}

td#lc {
	border-left: 1px solid #AD2E2E;
}
td#rc {
	border-right: 1px solid #AD2E2E;

}

td#lcb {
	border-left: 1px solid #497C8F;
}
td#rcb {
	border-right: 1px solid #497C8F;
}

td#lcRed {
	border-left: 1px solid #AD2E2E;
}
td#rcRed {
	border-right: 1px solid #AD2E2E;
}

td#lcbRed {
	border-left: 1px solid #B54242;
}
td#rcbRed {
	border-right: 1px solid #B54242;
}

div.headerTitle {
	float: left;
	position: relative;
	left: 5px;
	top: 0;
	color: #AD2E2E;
	font-weight: bold;
	text-align: left;
}
div.headerTitle span {
	display: block;
	margin-top: 4px;
	font-size: 18px;
}
div.headerTitle#bl {
	color: #497C8F;
}

div.headerTime {
	float: right;
	position: relative;
	right: 5px;
	color: #656565;
	font-weight: bold;
	text-align: left;
	font-size: 10px;
}
div.headline {
	position: relative;
	top: 4px;
	clear: both;
	background-image: url("img/headline_red_rest.gif");
	background-repeat: no-repeat;
	width: 697px;
	height: 19px;
}
div.headlinesub{
	position: relative;
	width: 697px;
	height: 19px;
	}
	div.headlinesubBl{
	position: relative;
	width: 697px;
	height: 19px;
	}
div.headline#blue {
	background-image: url("img/headline_blue.gif");
	width: 697px;
}
div.headline#rest {
	background-image: url("img/headline_red_rest.gif");
	width: 697px;
}

ul.topMenu {
	width: 220px;
	margin: 0px; 
	float: right;
}

ul.topMenu li {
	float: left;
	display: inline;
	list-style: none;
	padding: 2px 7px 1px 7px;
	margin: 0px;
	text-align: center;
	vertical-align: top;
}

ul.topMenu li a{
	font-size: 10px;
	text-decoration: none;
	color: Scrollbar; /* sb_addition */
}
ul.topMenu li a:hover{
	text-decoration: underline;
	color: white; /* sb_addition */
}

table#mainMenu {
	display: block;
	
}

/* buttons(bottom of page) */
tr.menuItem td{
	height: 23px;
	text-align: left;
}
.menuItem-default {
	background-image: url("img/bg_menuitem_default.gif");	
}
.menuItem-rest {
	background-image: url("img/bg_menuitem_rest.gif");	
}
.menuItem-win {
	background-image: url("img/bg_menuitem_window.gif");	
}
tr.menuItem td a {
	padding: 1px 0 0 5px;
	display: block;
	font-family: Verdana, Arial, Helvetica;
	color: scrollbar;
	text-decoration: none;
	font-size: 10px;
}
 /* LINKS */
tr.menuItem td a:hover{ /* sb_addition */
	text-decoration: underline;
	color: #ffffff;
}
td.contact-top, td.contact-top a {
	color: #5B5858;
}
tr.footer-contact-grey, tr.footer-contact-grey a {/* sb_addition */
	color: #5B5858;
}
table.smallPic {
	display: block;
	position: relative;
	top: -10px;
}
div.leftT {
	float: left;
	position: relative;
	left: 0px;
	width: 175px;
	text-align: center;
/*	overflow: auto;*/
}
div.leftT img {
	float: left;
	position: relative;
	left: 14px;

	
}

div.leftTRed{
	float: left;
	position: relative;
	left: 0px;
	width: 175px;
	text-align: center;
/*	overflow: auto;*/
}

div.leftTRed img {
	float: left;
	position: relative;
	left: 0px;

	
}


ul.leftMenu {
	width: 167px;
	margin: 0px; 
	padding: 0px;
}
ul.leftMenuRed{
	width: 167px;
	margin: 0px; 
	padding: 0px;
}
ul.leftMenuBlue{
	width: 167px;
	margin: 0px; 
	padding: 0px;
}

ul.leftMenu li {
	float: left;
	width:  182px;
	list-style: none;
	padding: 1px 0px 2px 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	border-bottom: 2px solid white;
	background-color: #84A6B3;
}
ul.leftMenuRed li {
	float: left;
	width: 182px;
	list-style: none;
	padding: 1px 0px 2px 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid white;
	background-color: #AD2E2E;
}
ul.leftMenuBlue li {
	float: left;
	width: 182px;
	list-style: none;
	padding: 1px 0px 2px 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid white;
	background-color: #84A6B3;
}


div.contentT {
	float: left;
	position: relative;
	left: 13px;
}
table.contentTT {
	
}
table.contentTT td.head {
	background-color: #84A6B3;
	padding: 2px 3px 1px 10px;
	text-align: left;
	color: white;
	font-weight: bold;
	font-size: 13px;
	
}
div.contentB{
	float: left;
	position: relative;
	left: 13px;
}
table.contentBB{
	
	
}
table.contentBB td.head {
	background-color: #AD2E2E;
	padding: 2px 3px 1px 10px;
	text-align: left;
	color: white;
	font-weight: bold;
	font-size: 13px;
	
}

table.contentTT td {
	background-color: white;
	padding: 10px;
	color: #84A6B3;
}
table.contentBB td {
	background-color: white;
	padding: 10px;
	color: #B54242;
}

div.h2 {
	display: block;
	font-size: 11px;
	background-image: url("img/marker.gif");
	background-position: left middle;
	background-repeat: no-repeat;
	padding-left: 25px; 
	color: #588a9b;      
}

div.footer {
	float: left;
	position: relative;
	top: 2px;
	background-image: url("img/headline_blue_flip.gif");
	background-position: top left;
	background-repeat: no-repeat;
	height: 19px;
	width: 703px;
	color: white;
	font-size: 11px;
	padding-top: 2px;
}
div.footerred {

	height: 19px;
	width: 697px;
	color: white;
	font-size: 11px;
	padding-top: 2px;
}
div.footer a {
	color: white;
	font-size: 11px;
}

div.footerred a {
	color: white;
	font-size: 11px;
}
.tdleft{
border-left: 1px solid #AD2E2E;}
.tdright{
border-right: 1px solid #AD2E2E;}
.tdtop{
border-top:1px solid #AD2E2E;
}
.tdAll{
border-right: 1px solid #AD2E2E;
border-left: 1px solid #AD2E2E;
border-top:1px solid #AD2E2E;}
.tdlr{
border-right: 1px solid #AD2E2E;
border-left: 1px solid #AD2E2E;
}

.tdleftB{
border-left: 1px solid #84A6B3;}
.tdrightB{
border-right: 1px solid #84A6B3;}
.tdtopB{
border-top:1px solid #84A6B3;
}
.tdAllB{
border-right: 1px solid #84A6B3;
border-left: 1px solid #84A6B3;
border-top:1px solid #84A6B3;
}
.tdlrB{
border-right: 1px solid #84A6B3;
border-left: 1px solid #84A6B3;
}
.content{
background-color: white;
	
	color: #757677;}
.list {list-style-type: none; margin:5px; padding:0;}
.list li { padding-left:15px; margin-bottom:4px; background:url(img/bul.jpg) no-repeat 0 3px;
color:#636363;}

div.h1 {
	display: block;
	font-size: 11px;
	background-position: left middle;
	background-repeat: no-repeat;
	padding-left: 2px; 
	color: #636363;
	text-align:left; 
	     
}
div.h3 {
	display: block;
	font-size: 11px;
	background-image: url("img/markerR.gif");
	background-position: left middle;
	background-repeat: no-repeat;
	padding-left: 25px; 
	color: #AD2E2E;      
}
div.h4 {
	display: block;
	font-size: 11px;
	background-position: left middle;
	background-repeat: no-repeat;
	color: #636363;	     
}
