/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

th {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}
a {
	color: #FF6633;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

.pageheader {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FF6633;

}
.sub1 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #996633;
	font-style: normal;

}
.sub1-centered {
	font-size: 14px;
	font-weight: bold;
	color: #996633;
	text-align: center;
}
.caption {
	font-size: 9px;
	font-style: italic;
}
.10pxbold {
	font-size: 10px;
	font-weight: bold;
}
.10px-plain {
	font-size: 10px;
}
.bigheader {
	font-size: 24px;
	font-weight: bolder;
	color: #FF6633;
}
.text1 {
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
	font-size: 14px;
}
.orangebullet {
	color: #666666;
	list-style-image: url(images/bullet.gif);
	vertical-align: baseline;
	list-style-position: outside;
}
.bottomnav {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.topnav {
	font-size: 14px;
	font-weight: bold;
	color: #FF6633;
}
