.std_white    { 
	font-family: Verdana; 
	font-size: 12px;
	color: #FFFFFF;
}
.small_white   {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF
}
.std_gold   { 
	font-family: Verdana; 
	font-size: 12px;
	font-weight: bold; 
	color: #e8af00;
}
.small_gold   { 
	font-family: Verdana; 
	font-size: 10px;
	color: #e8af00;
}
.mid_gold  {
font-family: Verdana; 
	font-size: 16px;
	font-weight: bold; 
	color: #e8af00;
	}
.large_white    { 
	font-family: Verdana; 
	font-size: 20px;
	font-weight: bold; 
	color: #FFFFFF;
}
.large_gold    { 
	font-family: Verdana; 
	font-size: 20px;
	font-weight: bold; 
	color: #e8af00;
}
table.dashed {
	border-width: 1px 1px 1px 1px;
	border-spacing: 4px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	border-collapse: separate;
}
ul
{
	list-style-type: none;
}

ul li
{
		padding-bottom: 20px;
}

ul li ul
{
		padding-top: 20px;
}
A.navLinkSmall:link {
	font-family: Verdana; 
	font-size: 12px;
	color: #e8af00;
	font-weight: bold;
	text-decoration: underline;
}
A.navLinkSmall:visited {
	font-family: Verdana; 
	font-size: 12px;
	color: #e8af00;
	font-weight: bold;
	text-decoration: underline;
}
A.navLinkSmall:active {
	font-family: Verdana; 
	font-size: 12px;
	color: #e8af00;
	font-weight: bold;
	text-decoration: underline;
}
A.navLinkSmall:hover {
	font-family: Verdana; 
	font-size: 12px;
	color: #e8af00;
	font-weight: bold;
	text-decoration: underline;
}
A.navLink:link {
	font-family: Verdana; 
	font-size: 16px;
	color: #e8af00;
	font-weight: bold;
	text-decoration: underline;
}
A.navLink:visited {
	font-family: Verdana; 
	font-size: 16px;
	color: #e8af00;
	font-weight: bold;
	text-decoration: underline;
}
A.navLink:active {
	font-family: Verdana; 
	font-size: 16px;
	color: #e8af00;
	font-weight: bold;
	text-decoration: underline;
}
A.navLink:hover {
	font-family: Verdana; 
	font-size: 16px;
	color: #e8af00;
	font-weight: bold;
	text-decoration: underline;
}
A.bodyLink:link {
	font-family: Verdana; 
	font-size: 12px;
	color: #e8af00;
	text-decoration: underline;
}
A.bodyLink:visited {
	font-family: Verdana; 
	font-size: 12px;
	color: #e8af00;
	text-decoration: underline;
}
A.bodyLink:active {
	font-family: Verdana; 
	font-size: 12px;
	color: #e8af00;
	text-decoration: underline;
}
A.bodyLink:hover {
	font-family: Verdana; 
	font-size: 12px;
	color: #e8af00;
}
A.smallbodyLink:link {
	font-family: Verdana; 
	font-size: 10px;
	color: #e8af00;
	text-decoration: none;
}
A.smallbodyLink:visited {
	font-family: Verdana; 
	font-size: 10px;
	color: #e8af00;
	text-decoration: none;
}
A.smallbodyLink:active {
	font-family: Verdana; 
	font-size: 10px;
	color: #e8af00;
	text-decoration: none;
}
A.smallbodyLink:hover {
	font-family: Verdana; 
	font-size: 10px;
	color: #e8af00;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}