body {
	background-color: #FFFFFF;
}
a:link {
	color: #333333;
	text-decoration : underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}



.txtBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.txtBody a:link {
	color: #333333;
	text-decoration : underline;
}
.txtBody a:visited {
	color: #333333;
	text-decoration: underline;
}
.txtBody a:active {
	color: #990000;
	text-decoration: underline;
}
.txtBody a:hover {
	color: #990000;
	text-decoration: underline;
}





.txtBodyW {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.txtBodyW a:link {
	color: #d9a926;
	text-decoration : underline;
	font-weight: bold;
}
.txtBodyW a:visited {
	color: #d9a926;
	text-decoration: underline;
	font-weight: bold;
}
.txtBodyW a:active {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
.txtBodyW a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}




.breadCrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.breadCrumb a:link {
	color: #999999;
	text-decoration : underline;
}
.breadCrumb a:visited {
	color: #999999;
	text-decoration: underline;
}
.breadCrumb a:active {
	color: #990000;
	text-decoration: none;
}
.breadCrumb a:hover {
	color: #990000;
	text-decoration: none;
}





.txtHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.txtSubHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.txtIntro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.txtWHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.txtWSubHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}



.txtSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.txtSmall a:link {
	color: #333333;
	text-decoration : underline;
}
.txtSmall a:visited {
	color: #333333;
	text-decoration: underline;
}
.txtSmall a:active {
	color: #990000;
	text-decoration: none;
}
.txtSmall a:hover {
	color: #990000;
	text-decoration: none;
}


.txtFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.txtFooter a:link {
	color: #666666;
	text-decoration : underline;
}
.txtFooter a:visited {
	color: #666666;
	text-decoration: underline;
}
.txtFooter a:hover {
	color: #666666;
	text-decoration: none;
}


.listItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}


body {
 scrollbar-face-color: #666666;
 scrollbar-base-color: #cccccc;
 scrollbar-arrow-color: #ffffff;
 scrollbar-highlight-color: #999999;
 scrollbar-3d-light-color: #ffffff;
 scrollbar-shadow-color: #333333;
 scrollbar-dark-shadow-color: #000000;
}


