BODY {
MARGIN: 0px; 
PADDING: 0px;
BACKGROUND: white;
COLOR: black;
} 

A:link {background: none; color: maroon; text-decoration: underline; cursor: pointer;}
A:visited {background: none; color: maroon; text-decoration: underline; cursor: pointer;}
A:hover {background: none; color: red; text-decoration: underline; cursor: pointer;}
A:active { background: none; color: red; text-decoration: underline; cursor: pointer;}

.Global {
WIDTH: 100%;
HEIGHT: 100%;
}

.Global TD {
BORDER: 0px;
VERTICAL-ALIGN: top;
}

.Header {
WIDTH: 100%;
HEIGHT: 100px;
PADDING: 0px;
position: relative;
}

.Header TD {
BORDER: 0px;
VERTICAL-ALIGN: top;
TEXT-ALIGN: left;
}

.Header span {
position: absolute;
left: 25%;
top: 10px;
margin: 0px;
padding: 0px;
cursor: pointer;
text-align: center;
}

.NavBar {
WIDTH: 100%;
HEIGHT: 27px;
}

.NavBar TD {
BACKGROUND: url("blueline-gradient.gif") repeat;
COLOR: inherit;
FONT: 16px arial,sans-serif;
PADDING: 0px 0px 0px 30px;
TEXT-ALIGN: center;
BORDER: 0px;
VERTICAL-ALIGN: middle;
ALIGN: center;
}

.NavBarMenu TD {
BACKGROUND: #9fbdd0;
COLOR: inherit;
FONT: 16px arial,sans-serif;
PADDING: 0px 50px 0px 50px;
BORDER: 0px;
TEXT-ALIGN: center;
VERTICAL-ALIGN: middle;
ALIGN: center;
}

.Left {
BACKGROUND: #9fbdd0;
COLOR: inherit;
}

.Content {
BACKGROUND: #ebf1f5;
COLOR: inherit;
}

.Right {
BACKGROUND: #9fbdd0;
COLOR: inherit;
}

.RightPanelBox {
WIDTH: 100%; 
HEIGHT: 100%; 
BACKGROUND: #fdfbec; 
COLOR: inherit;
}

.BoxStyle {
BORDER: 1px solid #284151;
MARGIN-TOP: 15px;
WIDTH: 90%;
BACKGROUND: #fdfbec;
COLOR: inherit;
}

.BoxStyle TD {
BACKGROUND: #fdfbec;
COLOR: inherit;
PADDING: 0px;
TEXT-ALIGN: left;
BORDER: 0px;
}

.HeadingStyle {
BACKGROUND: none;
COLOR: #000000;
FONT: bold 20px arial,sans-serif;
}

P {
FONT: 13px arial,sans-serif;
}

.Padded {
PADDING: 15px;
}

.SmallFont {
FONT: 13px arial,sans-serif;
}

.MedFontBold {
FONT: bold 15px arial,sans-serif;
}

.SmallFont TD {
FONT: 13px arial,sans-serif;
}

.MedFontBold TD {
FONT: bold 15px arial,sans-serif;
}

.Footer {
BACKGROUND: url("blueline-bg.gif");
COLOR: #000000;
FONT: 13px arial,sans-serif;
HEIGHT: 22px;
TEXT-ALIGN: center;
}

.mapof {
float: left;
padding: 0px 8px 3px 0px;
}

.hidden {
display: none;
}

.unhidden {
display: block;
}

.watermark {
	background: #000 url(http://www.guerrilla-money.com/watermark.jpg);
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 1;
}

.watermark img.blank {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left:0;
	top: 0;
	z-index: 10;
}

.watermark img{
	-moz-opacity:.90;
	filter:alpha(opacity=90);
	opacity:.90;
	z-index: 5;
}

l a:hover img,dl a:active img,dl a:focus img {background:#f33;}