/* CSS Document */

body {background-color:#0B111E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;}

a:link, a:visited {color: #FF9900;}
a:hover, a:active {color: #CC0000;}

p { padding-left: 10px;
	padding-right: 10px;
	}

ul {list-style-type: disc;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	}

table {color: #ffffff;
	background-color: #16233D;
	}
tr {vertical-align:top;}

th {font-weight: bold;
	text-align: left;
	font-size: 14px;
	}
h1 {font-family: serif;
	color: #FFEDB8;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	}

h2 {font-size: 20px;
	color: #9BAECF;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	}

.footer {
	font-size: 12px;
	text-align:center;
	}

.menu {text-align:right;
	height: 35px;
	}
a.menu {font-weight: bold;
	text-decoration:none;
	line-height: 35px;}
	
a.menu:link, a.menu:visited {background: url('images/button.jpg') top left no-repeat;
	color: #ffffff;
	padding: 8px;}

a.menu:hover, a.menu:active {background: url('images/button-hover.jpg') top left no-repeat;
	color: #FF9900;
	padding: 8px;}

img.border {padding: 1px;
	background-color: #000000;
	border: 4px solid #ffffff;
	}
img.border-left {padding: 1px;
	background: #000000;
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	border: 4px solid #ffffff;
	}
img.border-right {padding: 1px;
	background: #000000;
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	border: 4px solid #ffffff;
	}

.rentalrates tr{font-family: Arial;
font-size: 12px;
padding-left: 10px;
background-color: #D1D6DF; 
color:#000000;}

a.other:link, a.other:visited {color: #CC0000;
text-decoration:none;
}
a.other:hove, a.other:active {color: #CC0000;
text-decoration:underline;
}