/* CSS Document */
<style type="text/css">
<!--
body {
	background-image: url(images/pattern.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*TABLES*/


table.padding {
	border-width: 0px;
	padding: 5px;
}

.padding th {
	border-width: 0px;
	padding: 5px;
}

.padding td {
	border-width: 0px;
	padding: 5px;
}

table.padding2 {
	border-width: 0px;
	padding: 10px;
}

.padding2 th {
	border-width: 0px;
	padding: 10px;
}

.padding2 td {
	border-width: 0px;
	padding: 10px;
}
/*different rowcolors*/

table.rowcolors {
	border-width: 1px;
	border-style: solid;
	border-color: #eeeeee;
	border-collapse: collapse;
}
.rowcolors th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #eeeeee;
}
.rowcolors td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #eeeeee;
}
.rowcolors tr.d0 td {
	background-color: #ffffff;
}
.rowcolors tr.d1 td {
	background-color: #eeeef0;
}

table.prices {
	border-width: 2px;
	border-color: #ffffff;
	border-collapse: collapse;
	background-color: #eeefff;
}
.prices th {
	border-width: 2px;
	padding: 5px;
	border-color: #ffffff
	background-color: #eeefff;
}
.prices td {
	border-width: 2px;
	padding: 5px;
	border-color: #ffffff;
	background-color: #eeefff;
}

/* TEXTS*/

.Title_1 {
	font-family: Trebuchet MS, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006699;
	font-weight: regular;
}
.Title_2 {
	font-family: Trebuchet MS, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#ff6c00;
	font-weight: regular;
}
.Title_Special_Offers {
	font-family: Trebuchet MS, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#ff6c00;
	font-weight: regular;
}
.text_body {
	font-family: Verdana, Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 175%;
}
.text_body_bold {
	font-family: Verdana, Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #666666;
	font-weight: bold;
	line-height: 175%;

}
.text_contact_bold {
	font-family: Trebuchet MS, Verdana, Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #006699;
	font-weight: bold;
}
.text_contact_bold_orange {
	font-family: Trebuchet MS, Verdana, Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #ff6c00;
	font-weight: bold;
}
.white_footer_text{
	font-size: 10px; 
	color: #ffffff; 
	font-family: Lucida Sans, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-align:right
}

.red_arrow{
	font-size: 10px; 
	color: #990000; 
}

a.links_bold {  font-family: Verdana, Lucida Sans, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #990000}
a.hover.links_bold {  font-family: Verdana, Lucida Sans, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #990000}
a.active.links_bold {  font-family: Verdana, Lucida Sans, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #990000}
a.visited.links_bold {  font-family: Verdana, Lucida Sans, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #990000}

a.bottom_link {  font-family: Lucida Sans, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff}
a.hover.bottom_link {  font-family: Lucida Sans, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff}
a.active.bottom_link {  font-family: Lucida Sans, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff}
a.visited.bottom_link {  font-family: Lucida Sans, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff}


-->
</style>

