/* CSS Document */

<style type="text/css">

<!--  
body
	{ 
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	}

a.Page_Link {
color : #1e2f5d;
text-decoration : none;
font-weight : bold;
text-decoration : underline;
}
a:hover.Page_Link {
color : #4d90a0;
text-decoration : none;
text-decoration : underline;
}

a.Page_Link_Small {
color : #1e2f5d;
text-decoration : none;
font-weight : bold;
text-decoration : underline;
font-size:10px;
}
a:hover.Page_Link_Small {
color : #4d90a0;
text-decoration : none;
text-decoration : underline;
font-size:10px;
}

a.Page_Link_White {
color : #ffffff;
text-decoration : none;
font-weight : bold;
}
a:hover.Page_Link_White {
color : #1e2f5d;
text-decoration : none;
}

a.Accommodation {
color : #71d1f9;
text-decoration : none;
font-weight : bold;
text-decoration : none;
}
a:hover.Accommodation {
color : #f3c06d;
text-decoration : none;
}


a.products_cat {
color : #1e2f5d;
text-decoration : none;
font-weight : bold;
font-size:20px;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}
a:hover.products_cat {
color : #4d90a0;
text-decoration : none;
font-weight : bold;
font-size:20px;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}

p.product_text {
color : #1e2f5d;
text-decoration : none;
font-weight : bold;
font-size:16px;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}

a.products_list {
color : #1e2f5d;
text-decoration : none;
font-size:14px;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}
a:hover.products_list {
color : #4d90a0;
text-decoration : none;
font-size:14px;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}

.left_column {
    float: left;
    width: 33%;
	text-align:left;
	display:block;
}

.central_column {
    float: left;
    width: 33%;
	text-align:left;
	display:block;
}

.right_column {
    float: left;
    width: 33%;
	text-align:left;
	display:block;
}

.clear{
	clear:both;
	height:20px;
}




-->
</style>

