.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	color: #CCCCCC;
}
.smallwhite{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
}
A { 
	text-decoration: underline;
	color: #ccc;
} 
A:hover {
	text-decoration: underline;
	color: #ff9900; 
}
A:fade {	
	text-decoration: underline;
	color: #ff9900; 
}
A.nostyle { 
	text-decoration: none;
	color: #fff;
} 
A.nostyle:hover {
	text-decoration: underline;
	color: #ff9900; 
}
A.nostyle:fade {	
	text-decoration: underline;
	color: #ff9900; 
}
A.white { 
	text-decoration: underline;
	color: #fff;
	line-height: 16px;
} 
A.white:hover {
	text-decoration: underline;
	color: #ff9900; 
	line-height: 16px;
}
A.white:fade {	
	text-decoration: underline;
	color: #ff9900; 
	line-height: 16px;
}
.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	padding: 20px;
	color: #FFFFFF;
}
.whitetext-nopad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.graytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	padding: 20px;
	color: #ccc;
}
.blacktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	padding-left: 20px;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #ff9900;
}
.headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #ff9900;
}

img.picleft { margin-right: 8px; margin-bottom: 6px; }
img.picright { margin-left: 8px; margin-bottom: 6px; }