@charset "utf-8";
/* CSS Document */
<style type="text/css">

body {
	background-color: #333333;
}
.menu {
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #6699FF;
	text-decoration: none;
}
.menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}


.submenu {
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.submenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.submenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.submenu a:hover {
	color: #6699FF;
	text-decoration: none;
}
.submenu a:active {
	color: #FFFFFF;
	text-decoration: none;
}


.index{
	color: #ececec;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
}

.main {
	color: #ECECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.main a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.main a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.main a:hover {
	color: #6699FF;
	text-decoration: underline;
}
.main a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.maingreen {
	color: #66CC66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.title {
	color: #ECECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.caption {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.greycaption {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td.leftmenu {
border-bottom-color: #333333;
border-left-color: #000000;
border-right-color: #000000;
border-top-color: #000000;
border-style: solid;
border-width: 1px; 
padding: 3px;
left-padding: 6px;
 }
 
 td.textbox {
padding: 6px;
border-left-color: #333333;
border-top-color: #1D1D1D;
border-right-color: #1D1D1D;
border-bottom-color: #1D1D1D;
border-style: solid;
border-width: 1px; 
 }

#left_column{
	float: left;
	width: 45%;
	text-align: left;
	margin-left: 10px;
	
}

#left_column img{
	margin: 0;
	padding: 0;
}

#left_column_intro{
	float: left;
	width: 45%;
	text-align: left;
	margin-left: 5px;
	
}

#right_column{
	float: left;
	width: 45%;
	text-align: left;
	margin-right: 5px;
	margin-top: 0;
}

#right_column img{
	margin: 0;
	padding: 0;
}

#right_column_intro{
	float: left;
	width: 45%;
	text-align: left;
	margin: 0 0.3em 0.3em 1.125em;
	padding-top: 0;
}

#right_column_intro img{
	margin: 0.75em 0em 0em 0em;
	padding: 0;
	border: 1px solid white;
}


.caption_illustration{
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin: 0.2em 1em 1em 0;
	padding: 0 0 1em 0;
	
	
}



.bold{
	font-weight: bold;
}

.box{
	float: left;
	margin-right: 1em;
	margin-left: 1em;
}

.yellow{
	color: #FFED59;
	text-align: left;
	margin-left: 1em;
}	

.white{
	color: white;
	text-align: left;
	float: left;
	margin-top: 0;
	}


tr.labels{
	background-color:#1d1c46;
	
}

tr.dark_gray{
	background-color:#666666;
	
	
}

th.where{
	width: 130px;
	padding: 10px;
	text-align: left;
}

th.when{
	width: 125px;
	padding: 10px;
	text-align: left;
}

th.description{
	width: 275px;
	padding: 10px;
	text-align: left;
}

td.where{
	width: 130px;
	font-weight: bold;
	padding: 5px 10px;
	border-bottom: 1px solid #333333;
	text-align: left;
}
td.whereCountry{
	width: 590px;
	font-weight: bold;
	padding: 5px 10px;
	border-bottom: 1px solid #333333;
	text-align: left;
}

td.when{
	width: 125px;
	font-weight: bold;
	padding: 5px 10px;
	border-bottom: 1px solid #333333;
	text-align: left;
}

td.description{
	width: 275px;
	font-weight: bold;
	padding: 5px 10px;
	border-bottom: 1px solid #333333;
	text-align: left;
}

.gray{
color: #333;
}

.lt_gray{
color: #444;
}

th.category_header{
	width: 130px;
	padding: 8px 5px 5px 0;
	text-align: left;
	margin: 0;
}

td.categories{
	width: 130px;
	padding: 0 5px 10px 5px;
	text-align: left;
	margin: 0;
}
.Multi_td
{
	background-color:#666666;
	width: 590px;
	font-weight: bold;
	padding: 5px 10px;
	border-bottom: 1px solid #333333;
	text-align: left;
	}

</style>

