/* countries.css */
/* This file is included on pages
   in the countries category. */

/* Dark Background Color*/
.bgColor01 {
	background-color: #465850;
	color: #FFFFFF;
}
/* Medium Background Color */
.bgColor02 {
	background-color: #667C72;
	color: #FFFFFF;
}
/* Light Background Color */
.bgColor03 {
	background-color: #8EA69B;
	color: #FFFFFF;
}
.bgColor04 {

	background-color: #7C988B;
	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;
}


.contentTable
	{
	width: ; /* table width */	
	color: ; /* text color */
	/* font-family: Verdana; /* font name */
	/* font-size: 9px; /* font size */
	border-collapse: collapse;
	border: none;

	}



.contentTable 

td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */

	}


.subject 
	{
	/* color:#666666;*/
	
	background-color: #EDEDE1;  
	}

.content 
	{
	/* color:#666666;*/
	background-color: #FFFFFF;
	}


