* { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eeeeee;
	}
	
body {
	background-image: url(/images/bg-tile.jpg);
	background-color: #3e3e3e;
	

}

div.frame-top{
	width: 800px;
	background-image: url(/images/frame-top.jpg);
	height: 40px;
}

div.content{
	width: 800px;
	background-image: url(/images/bg-div.jpg);
	background-repeat: repeat-y;
}

div.frame-bottom{
	color: #ffffff;
	width: 800px;
	background-image: url(/images/frame-bottom.jpg);
	height: 40px;
}

h2, h2 a, h2 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC9900;

}

span.notice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: inherit;
	font-weight: bold;
	color: #0099FF;
	font-size: 13px;
	padding: 50px;
	
}

a, a:visited, h2 a:hover {
	color: #0099FF;
	font-family: Verdana, Arial, Helvetica, sans-serif

}


input,textarea { 
	color: #333333;
	border: 1px solid #999900;
	width: 150px;
}

textarea {
	height: 80px;
}

input.formradio {
	width: 20px;
	border: 0;
}

input.submit {
	width: auto;
}	
	
div.row {
  	padding-top: 5px;
  	clear: both;
  	width: 420px;
}
   
div.row span.label {
   	float: left;
   	width: 150px;
   	text-align: right;
}

div.row span.formw {
   	float: right;
   	width: 250px;
   	text-align: left;
}

div.spacer {
	clear: both;
}

div.formcontrols {
	width:400px; background-color: #ccc;
	border: 1px solid #333; padding: 5px;
	margin: 0px auto
}

div.tourimg {
	float: left;
	width: 350px;
	padding: 10px;
	
}

div.tourimg img {
	border-color: #0099FF;
}
	