/* CSS Document */
body, p, H1, H2, H3, li, td {
	font-family: Verdana, Helvetica;
	color: #333333;
	font-size: 9pt;
}
a { color: #333333; text-decoration: underline; }
a:hover { text-decoration: none; }

H1 { font-size: 14pt; color: #999933; }
H2 { font-size: 12pt; color: #FF6600; margin-bottom: -10px; padding-bottom: 0px;} 
H3 { font-size: 10pt; font-weight: bold; }

.orange { color: #FF6600;}
.green { color: #999933; }

.menubgGreen { background:#999933; height: 19px; }
.menubgOrange { background:#FF6600; height: 19px; }

.menuBottom { padding: 10px; color: #666666; }
.menuBottom a { color: #666666; }
.menuBottom a:hover { color: #666666; }
.tiny { padding: 10px; font-size: 7pt; }

.content {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.breadCrumbs {
	text-align: left;
	color: #FF6600;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 5px;
}
.breadCrumbs a {
	font-weight: bold;
	color: #FF6600;
}

.navtext {
	text-align:left; 
	width:200px; 
	font:bold 9pt arial; 
	border-width:2px; 
	border-style:outset; 
	border-color:#FF6600; 
	background-color:#CCD499; 
	layer-background-color:#CCD499; 
	color:#333333; 
}
.benefits { font-weight: bold; text-decoration: underline; color: #999933; }
.benefits a:hover { text-decoration: none; }

ul { list-style-image: url(images/bullet.gif); }

.standOut { 
	color:#999933;
	font-size:12pt;
	font-weight:bold;
}
.right_quote { 
	color:#999933;
	font-size:9pt;
	font-weight:bold;
	padding:5px;
	border-left:2px solid #FF6600;
}
.example {
	color: #99ee66;
	font-family: courier, "times new roman";
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	margin-left: 20px;
	border: 1px solid #99ee66;
	padding: 5px;
	width: 300px;
}