a:link {
	color : #00e;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-decoration : underline;
}

a:visited {
	color : #00e;
	font-family : verdana, arial, helvetica, sans-serif;
	text-decoration : underline;
}

a:hover {
	color : #00e;
	text-decoration : underline;
}

a:active {
	color : #00e;
	text-decoration : underline;
}

body {
	background: url(bg.jpg) #D8D5C6;
	margin:0;
	padding:0;
}

body, td {
	font-family : verdana, arial, helvetica, sans-serif;
	color : #333;
	font-size : 12px;
	line-height : 20px;
}

.contact {
	color : #D8D5C6;
}

H1 {
	font-size : 16px;
	color : #000;	
}

H2 {
	font-size : 12px;
	color : #333;;
	border-bottom : 1px dashed #999999;
}

H3 {
	font-size : 12px;
	color : #333;
	border-bottom : 1px dashed #E89801;	
}
table#rates {
	width:100%;
}
table#rates tr.header {
	text-transform:uppercase;
	font-weight:bold;
}
table#rates tr td {
	padding:3px;
	font-size:9px;
}
table#images img {
	border:#000 1px solid;
}
