body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px; 
	color: #555555;
	height: 101%;
    }  

td {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #555555; 
    }  

th {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #555555; 
    }  

H1 {
    font-family: Arial, helvetica, sans-serif;
    font-weight: bold;
	font-size: 18px;
	color: #ed1c24;
	} 
	
H2 {
    font-family: Arial, helvetica, sans-serif;
    font-weight: bold;
	font-size: 16px;
	color: #442262;
	} 
	
A:link {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px; 
	color: #0b9444;
    text-decoration : underline;
	}

A:visited {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px; 
	color: #0b9444;
    text-decoration : underline;
	}

A:active {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px; 
	color: #0b9444;
    text-decoration : underline;
	}

A:hover {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px; 
	color: #0b9444;
    text-decoration : none;
	}
A.menu:link {  
     font-family: Arial, Helvetica, sans-serif;  
	 font-weight:bold;
     font-size: 15px;  
     color: #ffffff;  
     text-decoration: none;  
}  
A.menu:active {  
     font-family: Arial, Helvetica, sans-serif;
	 font-weight:bold;
     font-size: 15px; 
     color: #ffffff;  
     text-decoration: none;  
}  
A.menu:visited {  
     font-family: Arial, Helvetica, sans-serif;
	 font-weight:bold;
     font-size: 15px;  
     color: #ffffff;  
     text-decoration: none;  
}  
A.menu:hover {  
     font-family: Arial, Helvetica, sans-serif;
	 font-weight:bold;
     font-size: 15px;  
     color: #0673ba;  
     text-decoration: none;  
}

.smtext {
    font-family: Arial, helvetica, sans-serif;
    font-size: 11px; 
	color: #0673ba;
	}
A.footer:link {  
     font-family: Arial, Helvetica, sans-serif;  
     font-size: 11px;  
     color: #0673ba;  
     text-decoration: underline;  
}  
A.footer:active {  
     font-family: Arial, Helvetica, sans-serif;  
     font-size: 11px; 
     color: #0673ba;  
     text-decoration: underline;  
}  
A.footer:visited {  
     font-family: Arial, Helvetica, sans-serif;  
     font-size: 11px;  
     color: #0673ba;  
     text-decoration: underline;  
}  
A.footer:hover {  
     font-family: Arial, Helvetica, sans-serif;  
     font-size: 11px;  
     color: #0673ba;  
     text-decoration: none;  
}

table.standard {
	border: 1px solid #000000;
	border-collapse: collapse;
	empty-cells: show;
}
table.standard td, table.standard th {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eeeeee;
	empty-cells: show;
	vertical-align: top;
}
table.standard th {
  color:#ffffff;
  background-color: #8CC63F;
}
table.standard tr.alt td {
	background-color: #d0d0d0;
}
table.standard tr.highlighted td {
	background-color: #BDD1DC;
}

.guest_comment{
  background-color:#B4D5EA;
  border: 2px solid #0673BA;
  color:#0673BA;
  margin-top:10px;
  padding:5px;
  font-family:Arial,helvetica,sans-serif;
  font-size:11px;
}

.guest_comment .guest{
  text-align:right;
  margin-top:10px;
  font-weight: bold;
}


