/* countries.css */
/* This file is included on pages
   in the countries category. */

/* Dark Background Color*/
.bgColor01 {
	background-color: #848752;
	color: #FFFFFF;
}
/* Medium Background Color */
.bgColor02 {
	background-color: #9FA562;
	color: #FFFFFF;
}
/* Light Background Color */
.bgColor03 {
	background-color: #CAD072;
	color: #FFFFFF;
}
.bgColor04 {

	background-color: #BCC092;
	color: #FFFFFF;
}
/* Adds proper spacing for feature pictures */
.countriesPict{
	padding-bottom: 10px;
}

/* Defines <Go to the country> button */
.gotoCountry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	color: #FFFFFF;
	background-color: #D0904A;
	height: 20px;
	width: 112px;
}