/********************** Main Document Body **********************/

html, body {  
	scrollbar-base-color: 		#ffcc66;
	scrollbar-track-color:  	#ffcc66;
	scrollbar-face-color: 		#000066;
	scrollbar-highlight-color: 	#ffcc66;
	scrollbar-3dlight-color: 	#ffcc66;
	scrollbar-darkshadow-color: #ffcc66;
	scrollbar-shadow-color: 	#ffcc66;
	scrollbar-arrow-color: 		#ffffff; 

	color: 						#000000;
	margin-left: 				0px;
	margin-right: 				0px;
	margin-top: 				0px;
	margin-bottom: 				0px;
}

.bodyText {
	FONT-family: 				Century Gothic, Tahoma, Verdana, Arial, sans-serif; 	
	FONT-size: 					10pt; 
	FONT-style: 				normal; 
	line-height: 				normal; 
	FONT-weight: 				normal; 	
	color: 						#000000
}

.largeText {
	FONT-family: 				Century Gothic, Tahoma, Verdana, Arial, sans-serif; 	
	FONT-size: 					12pt; 
	FONT-style: 				normal; 
	line-height: 				normal; 
	FONT-weight: 				bold; 	
	color: 						#000000
}

.smallText {
	FONT-family: 				Arial, sans-serif; 	
	FONT-size: 					8pt; 
	FONT-style: 				normal; 
	line-height: 				normal; 
	FONT-weight: 				normal; 	
	color: 						#000000
}

.legalText {
	FONT-family: 				Arial, sans-serif; 	
	FONT-size: 					8pt; 
	FONT-style: 				normal; 
	line-height: 				normal; 
	FONT-weight: 				normal; 	
	color: 						#999999
}

.emTextBlack {
	FONT-family: 				Century Gothic, Tahoma, Verdana, Arial, sans-serif; 	
	FONT-size: 					10pt; 
	FONT-style: 				normal; 
	line-height: 				normal; 
	FONT-weight: 				bold; 	
	color: 						#000000
}

.emTextWhite {
	FONT-family: 				Century Gothic, Tahoma, Verdana, Arial, sans-serif; 	
	FONT-size: 					10pt; 
	FONT-style: 				normal; 
	line-height: 				normal; 
	FONT-weight: 				bold; 	
	color: 						#ffffff
}

.emTextRed {
	FONT-family: 				Century Gothic, Tahoma, Verdana, Arial, sans-serif; 	
	FONT-size: 					10pt; 
	FONT-style: 				normal; 
	line-height: 				normal; 
	FONT-weight: 				bold; 	
	color: 						#ff0000
}

.emTextBlue {
	FONT-family: 				Century Gothic, Tahoma, Verdana, Arial, sans-serif; 	
	FONT-size: 					10pt; 
	FONT-style: 				normal; 
	line-height: 				normal; 
	FONT-weight: 				bold; 	
	color: 						#0000ff
}

.emTextDesertBlue {
	FONT-family: 				Century Gothic, Tahoma, Verdana, Arial, sans-serif; 	
	FONT-size: 					10pt; 
	FONT-style: 				normal; 
	line-height: 				normal; 
	FONT-weight: 				bold; 	
	color: 						#336699
}

.emTextPrices {
	FONT-family: 				Century Gothic, Tahoma, Verdana, Arial, sans-serif; 	
	FONT-size: 					12pt; 
	FONT-style: 				normal; 
	line-height: 				normal; 
	FONT-weight: 				bold; 	
	color: 						#000000
}


.asterik {
	FONT-family: 				Courier New, serif;
	FONT-size: 					12pt;
	FONT-style: 				normal;
	line-height: 				normal;
	FONT-weight: 				bold;
 	color: #FF0000
}


A:link     {text-decoration: none; color: #0000ff}
A:active   {text-decoration: none; color: #0000ff}
A:visited  {text-decoration: none; color: #0000ff}
A:hover    {text-decoration: none; color: #ffffff; background-color: #3366FF}

.plainLink A:link     {text-decoration: none; color: #ffffff}
.plainLink A:active   {text-decoration: none; color: #ffffff}
.plainLink A:visited  {text-decoration: none; color: #ffffff}
.plainLink A:hover    {text-decoration: none; color: #000000; background-color: transparent}

.footerText A:link     {text-decoration: none; color: #ffcc33}
.footerText A:active   {text-decoration: none; color: #ffcc33}
.footerText A:visited  {text-decoration: none; color: #ffcc33}
.footerText A:hover    {text-decoration: none; color: #000000; background-color: #ffcc33}



/******************* Style for Nav Menu  ***************/

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
}

div.menuBar {
  border: 0px transparent;
  text-align: left;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 0px transparent #000066;
  color: #ffffff;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  border-color: #000066 #000066 #000066 #000066;
  color: #ffffff;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #ffffff;
  border-color: #000066 #000066 #000066 #000066;
  color: #000000;
  left: 1px;
  top: 1px;
}

div.menu {
  background-color: #000066;
  border: 2px solid;
  border-color: #000066 #000066 #000066 #000066;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #ffffff;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #ffffff;
  color: #000066;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border-top: 1px solid #909090;
  border-bottom: 1px solid #f0f0f0;
  margin: 4px 2px;
}




/******************* Style for speech  ***************/

@media aural {
   h1, h2, h3,
   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
   h1            { pitch: x-low; pitch-range: 90 }
   h2            { pitch: x-low; pitch-range: 80 }
   h3            { pitch: low; pitch-range: 70 }
   h4            { pitch: medium; pitch-range: 60 }
   h5            { pitch: medium; pitch-range: 50 }
   h6            { pitch: medium; pitch-range: 40 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}
