* { 
	padding: 0; 
	margin: 0;
}
body {
	font-size: 11px;
	line-height:18px; 
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}
h1 {
	font-size: 140%;	
}
h2 {
	font-size: 110%;	
}
h3 {	
	font-size: 100%;	
}
a, a:link {	
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a.login {	
	color: #000000;
	text-decoration: none;
}
a:hover.login {	
	color: #CC0000;
	text-decoration: none;
}
a.large {	
	color: #000000;
	text-decoration: none;
	font-size: 120%;	
	font-weight: bold;
}
a:hover.large {	
	color: #CC0000;
	text-decoration: none;
	font-size: 120%;	
	font-weight: bold;
}
a.sale {	
	color: #CC0000;
	text-decoration: none;
}
a:hover.sale {	
	color: #000000;
	text-decoration: none;
}
.form{
	border: 1px solid #CC0000;
	font-family: Arial, Verdana, helvetica, sans-serif;
	padding: 2px;
}
input.button{
	border: 1px solid #CC0000;
	color: #FFFFFF;
	background: #000000;
	padding: 4px;
	font-weight: bold;
}
.error {		
	color: red;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
.normal{
	font-weight: normal;
	font-size: 11px;
}
.small{
	font-size: 9px;
	line-height:15px;
}
.whiteBold{
	color: #FFFFFF;
	font-weight: bold;
}
.redtitle{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #CC0000
}
.bigredtitle{
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #CC0000;
	line-height:150%;
}
.textfield{
	margin: 3px 0px 3px 0px;
	border:1px solid #000000;
	padding: 2px;
}
.small_input{
	width: 20px;
	height: 15px;
	font-size: 1em;
	border: 1px solid #99301E;
	padding: 2px;
	vertical-align: middle;
	text-align: center;
	line-height: 15px;
}
.mediabox{
	border-top: 2px dotted #000000;
	padding: 5px;
}
.bookingbox{
	border: 2px dotted #000000;
	padding: 5px;
}
.selectbookingbox{
	border: 2px dotted #000000;
	padding: 5px;
	height: 130px;
}
.mediabox img{
	margin-right: 30px;
	margin-left: 10px;
}