body, li, table, input, select, option, textarea, .menu {

	font-size: 			12px;
	font-family: 		Arial;
	color: 				#000000; 
}


body         {  
 scrollbar-face-color: #626262;
 scrollbar-shadow-color: #B3B2AF; 
 scrollbar-highlight-color: #B3B2AF;
 scrollbar-3dlight-color: #000000;
 scrollbar-darkshadow-color: #000000; 
 scrollbar-track-color: #3E3E3E; 
 scrollbar-arrow-color: #FFFFFF; 
}

A:link { text-decoration: underline; color: #636363;}
A:visited { text-decoration: underline; color: #636363;}
A:active { text-decoration: none;}
A:hover {text-decoration:underline; color:#000000;}


p, h1, h2, h3, h4 	{
	margin-top:			0;
	margin-bottom:			0;
}

h1 {
	font-size: 			13px;
	color: 				#1F1F1F;

}
h2 {
	font-size: 			12px;
	color: 				#494949;
}

h3 {
	font-size: 			12px;
	color: 				#494949;
}

h4 {
	font-size: 			12px;
	color: 				#D12900;
}


input, select, textarea {

	font-size: 			12px;
	font-size-adjust:	.58;
	font-family: 		Arial;
	color: 				#000000; 
	border-width :		1px;
	border-style :		solid;
	border-color :		#6D6D6D;
	background-color:	#E0E0E0;

}
td.tablebgtop {
		background-image: url('images/tablebgtop.gif'); 
               background-repeat: repeat-x; 
               background-position: top left;  
}

<!-- ACCOMMODATION -->

h1#accom-title {
  width: 246px;
  height: 45px;
  background-image: url(graphics/accom-title.gif);
  text-indent: -1000em;
  margin-bottom: 5px;
}

h2#accom-room1 {
  width: 300px;
  height: 36px;
  background-image: url('graphics/accom-room1.gif');
  text-indent: -1000em
}
h2#accom-room1 a  {
  width: 100%;
  height: 100%;
  display: block;
}

h2#accom-room2 {
  width: 300px;
  height: 36px;
  background-image: url('graphics/accom-room2.gif');
  text-indent: -1000em;
  margin-top: 4px;
  margin-bottom: 4px
}
h2#accom-room2 a  {
  width: 100%;
  height: 100%;
  display: block;
}

h2#accom-room3 {
  width: 300px;
  height: 36px;
  background-image: url('graphics/accom-room3.gif');
  text-indent: -1000em
}
h2#accom-room3 a  {
  width: 100%;
  height: 100%;
  display: block;
}

</style>