@charset "UTF-8";
html {
     overflow: -moz-scrollbars-vertical;
}
body {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.headlineTextBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
.headlineTextOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF9900;
}
.subTextBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066FF;
}
.textBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
.textBlack a:link {
	color: #000000;
}
.textBlack a:visited {
	color: #000000;
}
.textBlack a:hover {
	color: #0066FF;
}
.textBlack a:active {
	color: #000000;
}
.textBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066FF;
}
.textBlue a:link {
	color: #0066FF;
}
.textBlue a:visited {
	color: #0066FF;
}
.textBlue a:hover {
	color: #FF9900;
}
.textBlue a:active {
	color: #0066FF;
}
.rulelineGrey {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.footerBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.footerBlack a:link {
	color: #000000;
}
.footerBlack a:visited {
	color: #000000;
}
.footerBlack a:hover {
	color: #0066FF;
}
.footerBlack a:active {
	color: #000000;
}
.rulelineRightGrey {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
/* left nav styles */
.leftnavHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}
.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066FF;
	text-decoration: none;
	line-height: 16px;
}
.leftnav a:link {
	color: #0066FF;
	text-decoration: none;
}
.leftnav a:visited {
	color: #0066FF;
	text-decoration: none;
}
.leftnav a:hover {
	color: #0066FF;
	text-decoration: underline;
}
.leftnav a:active {
	color: #0066FF;
	text-decoration: none;
}
#home .home a {
	color: #0066FF;
	font-weight: bold;
	text-decoration: underline;
}
.home a { /* hover */
	color: #0066FF;
}
.home a:hover { 
	color: #0066FF;
	text-decoration: underline;
}
#about .about a {
	color: #0066FF;
	font-weight: bold;
	text-decoration: underline;
}
.about a { /* hover */
	color: #0066FF;
}
.about a:hover { 
	color: #0066FF;
	text-decoration: underline;
}
#contact .contact a {
	color: #0066FF;
	font-weight: bold;
	text-decoration: underline;
}
.contact a { /* hover */
	color: #0066FF;
}
.contact a:hover { 
	color: #0066FF;
	text-decoration: underline;
}
#vneck .vneck a {
	color: #0066FF;
	font-weight: bold;
	text-decoration: underline;
}
.vneck a { /* hover */
	color: #0066FF;
}
.vneck a:hover { 
	color: #0066FF;
	text-decoration: underline;
}
#ziptop .ziptop a {
	color: #0066FF;
	font-weight: bold;
	text-decoration: underline;
}
.ziptop a { /* hover */
	color: #0066FF;
}
.ziptop a:hover { 
	color: #0066FF;
	text-decoration: underline;
}
#pants .pants a { /* on state */
	color: #0066FF;
	font-weight: bold;
	text-decoration: underline;
}
.pants a { /* hover state */
	color: #0066FF;
}
.pants a:hover { /* idle state */
	color: #0066FF;
	text-decoration: underline;
}
