/* CSS Document */
.white {
	color: #FFFFFF;
}
.white A{
	color: #FFFFFF;
	text-decoration: none;
}
.white A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.white A:active {
	color: #FFFFFF;
	text-decoration: none;
}
.white A:visited {
}
.orange {
	color: #FF6600;
	line-height: 20px;
}
.orange A{
	color: #FF6600;
}
.orange A:hover{
	color: #FF6600;
	text-decoration: underline;
}
.orange A:visited{
	color: #FF6600;
}
.orange A:active{
	color: #FF6600;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	background-color: #FFE47B;
	border: 1px solid #660000;
}
.title {
	font-size: 14px;
}
.tiny {
	font-size: 10px;
	color: #926F03;
}
