P
{
	font-size : 1em; 
}
.accom        
{ 
	font-size: 12px; font-family:Verdana, Arial, sans-serif; 
}
.accomtitle        
{ 
	font-size: 24px; color="#FFFFFF"; font-weight: bold; font-family:Verdana, Arial, sans-serif;
}
.bold {
	font-weight: bold;
	}
.border1        
{
    text-decoration: none; font-size: 10px; font-family:Verdana, Arial, sans-serif; 
}
.border2        
{
    text-decoration: none; font-size: 10px; color: rgb(255,255,255); 
    font-family:Verdana, Arial, sans-serif;
}
.contact     
{ 
    font-size: 11px; font-family:Verdana, Arial, sans-serif;
	border-style: solid; border-width: 1; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1; 
}
.fontred {
    color: #FF0000;
	}
.fontredb {
    color: #FF0000; font-weight: bold;
	}
.hint        
{ 
	font-size: 11px; color: rgb(00,00,80); font-family:Arial, sans-serif, Verdana; 
	margin-top: 0; margin-bottom: 0;	
}
.imageFloatLeft {
	float: left;
	margin-right: 10px;
	}
.imageFloatLeftBottom {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
.imageFloatRight {
	float: right;
	margin-left: 10px;
	}
.imageFloatRightBottom {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
.index        
{ 
	font-size: 11px; color: rgb(192,0,0); font-family:Arial, sans-serif, Verdana; 
	margin-top: 0; margin-bottom: 0;	
}
.link        
{
    font-size: 11px; font-family:Verdana, Arial, sans-serif; 
}
.nav        
{
    font-size: 12px; color: rgb(192,0,0); font-family:Arial, sans-serif, Verdana; 
	margin-top: 0; margin-bottom: 0;
}
a:link
{
	color: rgb(0,0,102); 
}
a:visited
{
	color: rgb(153,102,153); 
} 
a:active 
{
	color: rgb(153,0,255); 
}
a:link.path 
{
	color: rgb(128,128,128); text-decoration: none; 
	margin-top: 0; margin-bottom: 0; font-family:Arial Narrow, Arial, Verdana;
}
a:visited.path 
{
	color: rgb(128,128,128); text-decoration: none; 
	margin-top: 0; margin-bottom: 0; font-family:Arial Narrow, Arial, Verdana;
}
a:hover.path 
{	
	color: rgb(192,64,255); text-decoration: none;  
	margin-top: 0; margin-bottom: 0; font-family:Arial Narrow, Arial, Verdana;
}

/* WHITE, NO UNDERLINE */
a:link.white 
{
	color: rgb(255,255,255); text-decoration: none; 
	margin-top: 0; margin-bottom: 0;
}
a:visited.white 
{
	color: rgb(255,255,255); text-decoration: none; 
	margin-top: 0; margin-bottom: 0;
}
a:hover.white 
{	
	color: rgb(255,255,255); text-decoration: none;  
	margin-top: 0; margin-bottom: 0;
}

/* ORCHE, NO UNDERLINE */
a:link.orche {
	color: rgb(204,0,0); text-decoration: none;
	margin-top: 0; margin-bottom: 0;
	}
a:visited.orche {
	color: rgb(204,0,0); text-decoration: none;
	margin-top: 0; margin-bottom: 0;
	}
a:hover.orche {
	color: rgb(204,0,0); text-decoration: none;
	margin-top: 0; margin-bottom: 0;
	}

/* GOLD, NO UNDERLINE */
a:link.gold {
	color: rgb(255,204,0); text-decoration: none;
	margin-top: 0; margin-bottom: 0;
	}
a:visited.gold {
	color: rgb(255,204,0); text-decoration: none;
	margin-top: 0; margin-bottom: 0;
	}
a:hover.gold {
	color: rgb(255,204,0); text-decoration: none;
	margin-top: 0; margin-bottom: 0;
	}

body
{
	color: rgb(0,0,0); font-family:Verdana, Arial, sans-serif; 
	background-color: rgb(255,255,255);
	
}
table
{
	table-border-color-light: rgb(204,153,255);
	table-border-color-dark: rgb(102,0,102);
	font-family:Verdana, Arial, sans-serif;
}
.table
{
	font-family:Verdana, Arial, sans-serif;
}

/* table border ORCHE for accommodation 2px */
table.borche2T { 	
	border: solid;
	border-width: 2px;
	border-color: #BB0905;
	border-collapse: collapse;
	padding: 5px;
	width: 100%;
	}
	
td.borche2Td {
	border: 2px #BB0905 solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	}

/* the border ORCHE is used for the tr tags */
tr.borche2Tr {
	border: solid;
	border-width: 2px;
	border-color: #BB0905;
	padding: 5px;
	width: 100%;
	}

/* the border ORCHE is used for the tr tags */
tr.borche1Tr {
	border: solid;
	border-width: 1px;
	border-color: #BB0905;
	padding: 5px;
	width: 100%;
	}

/* row with ORCHE background defined by the tr tag */
tr.bgorcheTr {
	background-color: #BB0905;
	}

/* row with ORCHE background defined by the tr tag */
tr.bgorche2Tr {
	background-color: #BB0905;
	}

/* row with Golden Sand background defined by the tr tag */
tr.bggoldenTr {
	background-color: #FFCC00;
	}

a:link.white {
	color: rgb(255,255,255); text-decoration: none;
	}
a:visited.white {
	color: rgb(255,255,255); text-decoration: none;
	}
a:hover.white {
	color: rgb(255,255,255); text-decoration: none;
	}

h1, h2, h3, h4, h5, h6
{
	font-family:Verdana, Arial, sans-serif;
}
h1
{
	font-size: 24px; font-weight: bold;
	color: rgb(255,204,0); margin-bottom: 0; margin-top: 0;
}
h2
{
	font-size: 20px; font-weight: bold;
	color: rgb(210,9,5);
	margin-bottom: 0; 
}
h3
{
	font-size: 14px; font-weight: bold;
	color: rgb(255,255,255);
	margin-bottom: 0; margin-top: 6;
}
h4
{
	color: rgb(204,0,0);
}
h5
{
	color: rgb(204,0,0);
}
h6
{
	color: rgb(204,0,0);
}
