BODY
{
	scrollbar-base-color: white;
	scrollbar-track-color: #A0BFDC;
	scrollbar-face-color: white;
	scrollbar-highlight-color: Black;
	scrollbar-3dlight-color: Black;
	scrollbar-darkshadow-color: black;
	scrollbar-shadow-color: Black;
	scrollbar-arrow-color: white;
	background-color: white;
	margin: 0px;
}

/*  GENERAL STYLES */
.Table1
{
	font: 9pt Century Gothic;
	width: 900;
	border-collapse: collapse;
}
.Heading1
{
	text-align: center;
	font: 12pt Century Gothic;
	font-weight: bold;
}
.Heading2
{
	font: 10pt Century Gothic;
	font-weight: bold;
}
.Heading3
{
	font: 9pt Century Gothic;
	font-weight: bold;
}
.Hyperlink
{
	font: 8pt Century Gothic;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
.HyperlinkSmall
{
	font: 8pt Century Gothic;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
.body
{
	font: 8pt Century Gothic;
}
TD
{
	font: 8pt Century Gothic;
}
.Table1 TD
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
/* END GENERAL STYLES */

/*  HEADER PANEL */
.HeadPanel
{
	margin: 0px;
	padding: 0px;
	background-color: #A0BFDC;
	color: #A0BFDC;
	font: 9pt;
	font-weight: bold;
}
.PhoneNumber
{
	font-weight: bold;
	font: 14pt Century Gothic;
}
TD.Menu2
{
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: grey;
	height: 22px;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	overflow:hidden;
}
TD.Menu3
{
	border-bottom: 2px solid grey;
	height: 22px;
	margin: 0px;
	padding: 0px;
	width: 18px;
}
TD.Menu4
{
	border-top: 2px solid;
	border-color: grey;
	margin: 0px;
	padding: 0px;
}
TABLE.Menu5
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.Softline
{
	border-bottom: 1px solid;
	border-color: lightgrey;
}
.Footer
{
	font-size: 10pt;
	font-family: Century Gothic;
	text-align: center;
	font-weight: bold;
	color: black;
	text-decoration: None;
}
.Menu2 TD
{
	height: 100%;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
}
.Menu2 A, .Menu2 A:Hover, .Menu2 A:Visited
{
	background-color: White;
	color: Black;
	display: Block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.Menu2 A:Hover
{
	background-color:  #999999;
	color: #E8E8E8;
}
/* END HEADER PANEL */


/*  CRAIGS LOVELY IMAGES.... OF DOOOOOOOOOM */
.lgImage, /* SPAN that holds Large image */ .smImage, /* SPAN that holds each thumbnail */ .smImage_sel /* SPAN that holds selected thumbnail */
{
}
.smImage
{
	cursor: pointer;
}
.smImage_sel
{
	background-color: blue;
}
.lgImageLoading, /* SPAN that holds loading text */ .smImageLoading /* SPAN that holds small loading text */
{
}
/*  END CRAIGS LOVELY IMAGES.... OF DOOOOOOOOOM */



/* New Menu Styles */
div.menuhead, div.menuheadhover, div.submenu, div.submenuitem, div.submenuitemhover
{
	font: 10pt Century Gothic;
	text-align: center;
	vertical-align: middle;
}
div.menuhead, div.menuheadhover
{
	display: block;
	float: left;
	height: 100%;
	border:0px;
	margin:0px;
	padding:0px;
	font-weight: bold;
}
div.menuhead
{
	color: black;
	background-color: white;
}
div.menuheadhover
{
	color: white;
	background-color:  #999999;
}
div.submenu
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
div.submenuitem
{
	margin-bottom: 2px;
	color:black;
	background-color: #E8E8E8;
}
div.submenuitemhover
{
	margin-bottom: 2px;
	color: white;
	background-color: #999999;
}

@media print {
	.menu2 { display:none; }
}