body {
	background-image: url(../images/headerBG.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	  
body,td,th {
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	line-height: 130%;
}


a:link, a:visited, a:active {
	color:#FF6600;
	text-decoration: none;
}

a:hover {
	color:#FF6600;
	text-decoration: underline;
}

a.linkOffpage {
  padding-right: 6px;
  margin-right: 0px;
  background: url('../images/offpage.gif') right top no-repeat;
} 	  


td#nav1 a:link {color: #fff;text-decoration: none;}
td#nav1 a:visited {color: #fff;text-decoration: none;}
td#nav1 a:hover {color: #0aeef;text-decoration: none;}
td#nav1 a:active {color: #fff;text-decoration: none;}

td#navOn a:link {color: #f60;text-decoration: none;}
td#navOn a:visited {color: #f60;text-decoration: none;}
td#navOn a:hover {color: #f60;text-decoration: underline;}
td#navOn a:active {color: #f60;text-decoration: none;}

td#nav2 a:link {font-size: 11px;color: #3f99bd;text-decoration: none;}
td#nav2 a:visited {font-size: 11px;color: #3f99bd;text-decoration: none;}
td#nav2 a:hover {font-size: 11px;color: #333;text-decoration: none;}
td#nav2 a:active {font-size: 11px;color: #3f99bd;text-decoration: none;}

td#navOn2 a:link {font-size: 11px;color: #898989;text-decoration: none;}
td#navOn2 a:visited {font-size: 11px;color: #898989;text-decoration: none;}
td#navOn2 a:hover {font-size: 11px;color: #3f99bd;text-decoration: underline;}
td#navOn2 a:active {font-size: 11px;color: #898989;text-decoration: none;}


.HeadlineBlue {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	line-height: normal;
	color: #00aeef;
}
.HeadlineBlueSm {
	color: #00AFED;
	font-weight: bold;
}

.HeadlineGoogleWhite {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
}

.HeadlineSub {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	line-height: 130%;
	font-weight: bold;
}
.txtBigger {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	line-height: 140%;
}
.txtSmall {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 130%;
}
.txtSmallNav {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 130%;
	letter-spacing: 0px;
}
.txtMini {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.txtJustify {
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	line-height: 125%;
	text-align: justify;
}
.txtWhite {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.footertxt {
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
table.tableBorder {
	border-width:1px ;
	border-spacing:5px ;
	border-style:solid ;
	border-color:grey ;
	margin-left:12px;
}


table.repeatLine td {
	border-width: 1px;
	padding: 0;
	border-bottom-style: solid;
	border-color: black;
	background-color: #ffc;
	
}
ul {
	display: block;
	margin-left: 0; 
	padding-left: 16px;
}
#navcontainer ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

#navcontainer ul li a {
	display: block;
	background: #FFC url(../images/list-off.gif) left center no-repeat;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	font: normal 13px "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	text-decoration: none;
	color: #333;
    /*border-top: 1px dashed #c9c9c9;*/
}

#navcontainer ul li a:hover {
	background: transparent url(../images/list-on.gif) left center no-repeat;
	color: #00aeef;
}

#navcontainer ul li a#current {
	background: transparent url(../images/list-active.gif) left center no-repeat;
	color: #00aeef;
}

#navcontainer .LinkOff {
	background: transparent url(../images/list-active.gif) left center no-repeat;
	color: #F60;
}
#navcontainer .SubMenu {
	display: block;
	background: transparent url(../images/list-line.gif) left center no-repeat;
	color: #333;
	margin-left: 5px;
	padding-left: 10px;
	border-top: 0px dotted #c9c9c9;
}
.HeadlineMedium {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 0.05px;
}
.txtSmallBold {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
}
#fullheight {
	height:100%
}








.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}.Price {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #990000;
	text-decoration: none;
	line-height: 130%;
	font-weight: bold;
}
.xout {
	text-decoration: line-through;
}

.rot {color: #990000}
