/* CSS Document */

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

.navigation {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
}

.navigation:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #F93;
}

	.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #F93;
	text-decoration: none;
}
	
	.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF
}
	
	.miniature {
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding: 8px;
	width: 130px;
}

	.georgia {
	font-family: Georgia;
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

	.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000
}

	.smblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000
}

	.georgiahead {
	font-family: Georgia; 
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

	.red {
	font-family: Georgia; 
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ba2025;
	text-decoration: none;
}

.-miniaturectr {
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4FD5DF;
}
