body {
	margin: 0;
	text-align: center;
	font-family: Tahoma;
	background-color: #4791EF;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}

div.wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	border: 5px #668cc2 solid;
	background-color: #FFFFFF;
}

div.oil {
	position: absolute;
	top: 25px;
	width: 270px;
	margin-left: 250px;
	padding: 3px;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background: #FF0;
	border: 3px solid #000000;
}

div.oilsmall {
	font-size: 11px;
}

a.oil_link:active, a.oil_link:link, a.oil_link:visited {
	text-decoration: none;
	color: #000000;
}

div.address {
	text-align: center;
	font-family: Georgia;
	font-size: 14px;
}

div.big {
	font-weight: bold;
	font-size: 17px;
}
table.links {
	height: 22px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #809FE3;
}

table.reservations {
	font-size: 13px;
	text-align:left;
	padding: 0px;
}

table.rentals {
	font-size: 15px;
	
}

tr.rent_header {
	font-size: 16px;
	font-weight: bold;
}

p {
	color: #3357b3;
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 4px;
}

.NoBreakBeforeAfter {
    MARGIN-BOTTOM: 0px;
    MARGIN-TOP: 0px
}

.NoBreakBefore {
    MARGIN-TOP: 0px
}

.NoBreakAfter {
    MARGIN-BOTTOM: 0px
}

P.Indented1 {
    MARGIN-LEFT: 12px
}

TD.Main {
    BACKGROUND-COLOR: #ffffff
}

P.Title {
    FONT-WEIGHT: bold
}

.Bordered {
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid
}

TABLE {
    COLOR: #3357b3;
    FONT-SIZE: 11px
}

INPUT {
    COLOR: #3357b3;
    FONT-SIZE: 11px
}

.Width150 {
    WIDTH: 150px
}

P.Indented2 {
    MARGIN-LEFT: 12px;
    MARGIN-RIGHT: 12px
}

a, a:link, a:visited, a:active { 
	text-decoration: none;
	color: #FFFFFF; 
} 

a:hover {
	color: #FF7C00;
}