BODY,TABLE,A,TD,TH,P,H1,H2,H3,H4,H5,H6,UL,OL,LI,IMG,DIV,LABEL,BLOCKQUOTE {
	font-family: Verdana,Geneva,Arial,Helvetica,sans serif;
	color : #000000;
}

BODY {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
BODY,TD,TH,P {
	font-size: 10pt;
}
TH {
	font-weight: normal;
	text-align: left;
}
TH.CenterTH {
	text-align: center;
}
TH.RightTH {
	text-align: right;
}
h1 {
	letter-spacing: 1px;
	font-variant: small-caps;
	font-family: "Trebuchet MS", "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, sans serif;
	font-size: 180%;
	border-bottom: #666666 solid 1px;
	margin-bottom: 3px;
	width: 100%;
}
h2 {
	margin-bottom: 6px;
	font-family: "Trebuchet MS", "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, sans serif;
	color : #2f3c6f;
	font-size: 140%;
}
h3 {
	font-size: 110%;
	font-family: "Trebuchet MS", "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, sans serif;
}
h4 {
	font-size: 100%;
}
.smalltext {
	font-size: 8pt;
}
A:link,A:visited {
	color: #666666;
}
A:active,A:hover {
	color: #CC3300;
}
.bcrumbs {
	font-family: Verdana,Arial,sans serif;
	font-size: 8pt;
}
A.bcrumbs:link,A.bcrumbs:visited {
	color: #333333;
	text-decoration: none
}
A.bcrumbs:hover, A.bcrumbs:active {
	color: #666666;
	text-decoration: none;
	background: #dfdfdf;
}

.redtext { color: #900553 }
.white { background: #FFFFFF; color: #000000 }
.TitleBar {
	border: 1px solid #333333;
	letter-spacing: 2px;
	font-family : Arial,Helvetica,sans serif;
	font-size : 18pt;
	color : #FFFFFF;
	text-align: right;
	background-color : #666666;
}

@media print {
  @page         { margin: 10% }
  H1, H2, H3,
  H4, H5, H6    { color: #000000; page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  UL, OL, DL    { color: #000000; page-break-inside: avoid }
  TD,TH,P,.TitleBar   { color: #000000 }
}

@media speech {
  H1, H2, H3, 
  H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 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 }
  STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  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 }
}

a.blockBtn,a.blockBtn:link,a.blockBtn:visited {
	font-family: Verdana,Arial,Geneva,Helvetica,serif;
	width : 150px;
	text-align: left;
	font-weight: bold;
	cursor: hand;
	font-size: 8pt;
	color : #666666;
	background : #f6f6f6;
	display: block;
	margin : 2px;
	border: 1px #666666 solid;
	padding-left : 10px;
	padding-right : 2px;
	padding-top : 6px;
	padding-bottom : 6px;
	text-decoration : none;
	filter:progid:DXImageTransform.Microsoft.Fade(duration=0.25);
} 
a.blockBtn:hover,a.blockBtn:active {
	color : #FFFFFF;
	border: 1px #dddddd solid;
	background : #AAAAAA;
}

a.smBtn,a.smBtn:link,a.smBtn:visited {
	font-family: Verdana,Helvetica,Geneva,serif;
	width : 120px;
	text-align: left;
	font-weight: bold;
	cursor: hand;
	font-size: 7pt;
	color : #666666;
	background : #f6f6f6;
	display: block;
	margin : 0px;
	border: 1px #666666 solid;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	text-decoration : none;
	filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5);
} 
a.smBtn:hover,a.smBtn:active {
	color : #FFFFFF;
	border: 1px #dddddd solid;
	background : #666666;
}

.menuLayer {
	position: absolute;
	visibility: hidden;
	filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5);
	width : 300px;
}
