/* countries.css */
/* This file is included on pages
   in the countries category. */

/* Dark Background Color*/
.bgColor01 {
	background-color: #AB6016;
	color: #FFFFFF;
}
/* Medium Background Color */
.bgColor02 {
	background-color: #BE762B;
	color: #FFFFFF;
}
/* Light Background Color */
.bgColor03 {
	background-color: #D0904A;
	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;
}
.borders {
	border: 1px solid #AAAA9A;
}

.borders1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #AAAA9A;
	border-right-color: #AAAA9A;
	border-bottom-color: #AAAA9A;
	border-left-color: #AAAA9A;
}
