p, td { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	letter-spacing: 1px; 
	word-spacing: 1px; 
	color: #333333
}
.navtext { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	letter-spacing: 1px; 
	word-spacing: 1px
}
.navtext_lrg { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	letter-spacing: 2px; 
	word-spacing: 1px
}
.quote {
	font-style: italic;
	color: #FF9900;
	font-weight: bold;
}
.subheadingLarge, .subheadingMedium, .subheadingSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9900;
	letter-spacing: 2px;
	word-spacing: 1px;
}
.subheadingLarge {
	font-size: 20px;
}
.subheadingMedium {
	font-size: 17px;
}
.subheadingSmall {
	font-size: 14px;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	color: #6699CC; 
	letter-spacing: 2px; 
	word-spacing: 1px
}
h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }

#blue {  color: #6699CC}
#blue a {  color: #6699CC}
#orange {  color: #FF9900}
#orange a {  color: #FF9900}
#black { color: #000000}
#black a { color: #000000}
#lighter { color: #CCCCCC}
#lighter a { color: #CCCCCC}
#pale { color: #F1EFE2}
#pale a { color: #F1EFE2}

a { 
	color: #6699CC; 
	text-decoration: underline;
}
a:hover { 
	color: #FF9900; 
	text-decoration: underline;
}
li { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	letter-spacing: 1px; 
	word-spacing: 1px; 
	color: #666666;
}
.tableheader {
	background-color: #FF9900;
	font-weight: bold;
	color: #FFFFFF;
}
.lined {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
.lined td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.row1 {
	background-color: #FFFFFF;
}
.row2 {
	background-color: #FFFFCC;
}
.row3 {
	background-color: #99CCFF;
}
.bordered {
	border: 1px solid #666666;
}
dt {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 5px 6px;
	margin: 0;
}
dt a { 
	color: #333333;
}
dd {
	font-size: 11px;
	padding: 0 0 3px 15px;
	margin: 0;
	background-image: url(../images/icons/bullet_tiny.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
