BODY {
MARGIN: 0px; 
PADDING: 0px;
COLOR: white;
} 

A:link {background: none; color: white; text-decoration: underline; cursor: pointer;}
A:visited {background: none; color: white; text-decoration: underline; cursor: pointer;}
A:hover {background: none; color: yellow; text-decoration: underline; cursor: pointer;}
A:active { background: none; color: yellow; background: underline; cursor: pointer;}

.Global {
WIDTH: 70%;
HEIGHT: 100%;
}

.Global TD {
BORDER: 1px solid black;
font-family: verdana,sans-serif; 
font-size: 13;
}


.Header TD {
BORDER: 0px;
VERTICAL-ALIGN: top;
TEXT-ALIGN: left;
}

.NavBar {
WIDTH: 100%;
HEIGHT: 27px;
background-image:url('darkblue.png');
}

.NavBar TD {
BACKGROUND: url("silverline-gradient.gif") repeat;
COLOR: inherit;
FONT: 15px verdana,sans-serif;
PADDING: 0px 0px 0px 30px;
TEXT-ALIGN: left;
BORDER: 0px;
VERTICAL-ALIGN: middle;
}

.NavBarMenu TD {
BACKGROUND: none;
COLOR: #C0C0C0;
FONT: bold 16px verdana,sans-serif;
PADDING: 0px 10px 0px 0px;
BORDER: 0px;
VERTICAL-ALIGN: middle;
}

.Left {
VERTICAL-ALIGN: top;
TEXT-ALIGN: left;
background-image:url('carhirefaro.png');
COLOR: white;
PADDING: 20px;
}

.Content {
background-image:url('darkblue.png');
VERTICAL-ALIGN: top;
COLOR: white;
PADDING: 20px;

}

.Right {
background-image:url('carhirefaro.png');	
COLOR: white;
}

.RightPanelBox {
WIDTH: 100%; 
HEIGHT: 100%; 
}

.BoxStyle {
WIDTH: 90%;
COLOR: white;
BORDER: 1px white;
MARGIN-TOP: 0px;
}

.BoxStyle TD {
background-image:url('carhirefaro.png');
COLOR: white;
PADDING: 0px;
TEXT-ALIGN: left;
BORDER: 2px white;
}

.HeadingStyle {
COLOR: white;
FONT: bold 16px verdana,sans-serif;
BACKGROUND: inherit;
}

h1 {
COLOR: yellow;
FONT: bold 16px verdana,sans-serif;
BACKGROUND: inherit;	
}

h2 {
COLOR: yellow;
FONT: bold 15px verdana,sans-serif;
BACKGROUND: inherit;
}

h3 {
COLOR: yellow;
FONT: bold 14px verdana,sans-serif;
BACKGROUND: inherit;
}

h4 {
COLOR: yellow;
FONT: bold 13px verdana,sans-serif;
BACKGROUND: inherit;
}

p {
FONT: 13px verdana,sans-serif;
COLOR: white;
padding-left: 30px;
}

.Padded {
PADDING: 15px;
}

.SmallFont {
FONT: 13px verdana,sans-serif;
}

.MedFontBold {
FONT: bold 15px verdana,sans-serif;
}

.SmallFont TD {
FONT: 13px verdana,sans-serif;
}

.MedFontBold TD {
FONT: bold 15px verdana,sans-serif;
}

.Footer {
background-image:url('darkblue.png');
COLOR: white;
FONT: 13px verdana,sans-serif;
HEIGHT: 22px;
VERTICAL-ALIGN: middle;
TEXT-ALIGN: center;
}



