text {
    font-family: "Verdana, Arial";
	font-size: 10px;
}

body {
    font-family: "Verdana, Arial";
	font-size: 10px;
}

.sub {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.bod {
	font-family: "Verdana, Arial";
	font-size: 10px;
/*	color: #000000; */
}

.sub2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

.black12ptbold {
     font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
     font-weight: bold;
     font-size: 12pt;
     font-style: none;
}

.black14ptbold {
     font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
     font-weight: bold;
     font-size: 14pt;
     font-style: none;
}

A {     
	Color : #000000; font-weight: bold;
	text-decoration : none;
}

A.more {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt;
     color: #0066FF;
     font-weight: bold;
     text-decoration: underline;
}

A.hotel_name {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11pt;
     color: #FF0000;
     font-weight: bold;
     text-decoration: none;
}

/* Image Hover Effect */
/* Learnt from: http://www.javascriptkit.com/dhtmltutors/cssimage.shtml */
A.image_thumb_black img{
     border: 1px solid black;
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8; /* Fade Image Effect */
}

A:hover { 
	Color : #333333; font-weight: bold;
	text-decoration : underline;
}

A:hover.more {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt;
     color: #0000FF;
     font-weight: bold;
     text-decoration: none;
}

A:hover.hotel_name {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11pt;
     color: #0000FF;
     font-weight: bold;
     text-decoration: underline;
}

/* Image Hover Effect */
/* Learnt from: http://www.javascriptkit.com/dhtmltutors/cssimage.shtml */
A:hover.image_thumb_black img{
     border: 1px solid red;
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1; /* Fade Image Effect */

}

/* Image Hover Effect */
/* Learnt from: http://www.javascriptkit.com/dhtmltutors/cssimage.shtml */
A:hover.image_thumb_black {
     color: red; /* irrelevant definition to overcome IE bug */
}

.bodwh {
	font-family: "MS Sans Serif";
	font-size: 10px;
	color: #FFFFFF;
}

.sub3 {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: normal;
	color: #CC0000;
}

.title {
	font-family: Tahoma;
	font-size: 24px;
	font-style: normal;
	color: #FF6600;
	font-weight: bold;

}

.title2 {
	color: #FF0000;
	font-family: Tahoma;
	font-size: 32px;
	font-weight: normal;
}

.sub4 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #CC3300;
}

.sub5 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #0066CC;
}

.title3 {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #20687D;
}

.title4 {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #416a2f;
}

.h1custom {
    font-family: "Verdana, Arial";
	font-size:8px;
	font-weight:normal;
	color:#666666;
    padding-bottom:0;
    padding-top:0;
    margin-bottom:0;
    margin-top:0;
}

.h2custom {
    font-family: "Verdana, Arial";
	font-size:8px;
	font-weight:normal;
	color:#666666;
    padding-bottom:0;
    padding-top:0;
    margin-bottom:0;
    margin-top:0;
}

.h3custom {
    font-family: "Verdana, Arial";
	font-size:8px;
	font-weight:normal;
	color:#666666;
    padding-bottom:0;
    padding-top:0;
    margin-bottom:0;
    margin-top:0;
}

.h4custom {
    font-family: "Verdana, Arial";
	font-size:8px;
	font-weight:normal;
	color:#666666;
    padding-bottom:0;
    padding-top:0;
    margin-bottom:0;
    margin-top:0;
}

.h5custom {
    font-family: "Verdana, Arial";
	font-size:8px;
	font-weight:normal;
	color:#666666;
    padding-bottom:0;
    padding-top:0;
    margin-bottom:0;
    margin-top:0;
}

.h6custom {
    font-family: "Verdana, Arial";
	font-size:8px;
	font-weight:normal;
	color:#666666;
    padding-bottom:0;
    padding-top:0;
    margin-bottom:0;
    margin-top:0;
}

body.hide, table.hide {
   font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
   font-size: 8pt;
   color: #FFFFFF;  /* 
                      For more info on the units, see: 
                      http://www.w3schools.com/css/css_units.asp 
                    */
}

span.header {
   font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
   font-weight: bold;
   font-size: 16px;
   color: #FF6600;
}

table.default {
   font-family: Verdana, Arial;
   font-size: 10pt;
   font-weight: normal;
}

.padding_news {
     padding-left: 10;
	 padding-right: 15;
	 padding-top: 5;
	 padding-bottom: 5;
}