* { margin: 0px; }

img { border: 0px; }

body {
	font: 11px/14px Arial, Helvetica, sans-serif;
	background-color: #eaeaea;
	margin: 0px;
	scrollbar-base-color: #ccccff;
}

#selectCountry_secondary {
	font: 11px/14px Arial, Helvetica, sans-serif;
}
.select_country_secondary, .select_country1_secondary, .select_country2_secondary {
	text-transform:uppercase;
	color: yellow;
	font: 11px/14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align:middle;
}
td.select_country1_secondary {
	background-image:url(images/secondary_05.jpg);
	width:160px;
	height:52px;
}
td.select_country2_secondary {
	background-image:url(images/secondary_06.jpg);
	width:160px;
	height:52px;
}

.no_show { display: none; }

td {
	font: 11px/14px Arial, Helvetica, sans-serif;
}

a 
{
    color:Blue;
    text-decoration:none;
}
a:hover 
{
    text-decoration:underline;
}

textarea {
	font: 11px/14px Arial, Helvetica, sans-serif;
}

.section_title {
	font-size: 17px;
	text-transform: uppercase;
	color: #16467F;
	font-weight:bold;
}

.sub_section_title {
	font-size: 15px;
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}

/**** TOP MENU *****/
table.menu {
	width:800px;
	height:26px;
}
td.menu {
	width: 534px;
	height: 26px;
	background-image:url(images/secondary_08.jpg);
	text-align:right;
	padding-right: 20px;

	text-transform:uppercase;
	font-weight: bold;
	color: yellow;
	font: 11px/14px Arial, Helvetica, sans-serif;
}

a.menu {
	color: yellow;
	font-weight: bold;
	text-decoration:none;
}

a.menu:hover {
	text-decoration:underline;
}

/***** LEFT MENU *******/
td.left_menu  
{
	background-image:url(images/secondary_20.jpg);
	background-repeat:no-repeat;
	width:178px;
	vertical-align:top;
}
.left_menu_title {
	font-size: 16px;
	text-transform: uppercase;
	color: #16467F;
	font-weight:bold;
}
td.left_menu_bullet 
{
    font-size: 15px;
    vertical-align:top;
}
td.left_menu_link 
{
    font-size: 12px;
}
a.left_menu_link 
{
    color: blue;
    text-decoration:none;
}
a.left_menu_link:hover
{
    color: blue;
    text-decoration:underline;
}

/***** CONTENT *********/
table.content {
	width:801px;
	border-left: solid white 6px;
	border-right: solid white 5px;
	background-color: #ffffff;
}


/***** BOTTOM MENU *****/
table.bottom_menu {
	width:800px;
	height:26px;
}
td.bottom_menu {
	padding-left:20px;
	background-image:url(images/home_07.jpg);
	padding-right: 20px;

	text-transform:uppercase;
	font-weight: bold;
	color: white;
	font: 11px/14px Arial, Helvetica, sans-serif;
}

a.bottom_menu {
	color: white;
	font-weight: bold;
	text-decoration:none;
}

a.bottom_menu:hover {
	color: yellow;
	text-decoration:underline;
}

td.bottom_menu_copyright {
	padding-right:20px;
	background-image:url(images/home_07.jpg);

	text-align: right;
	font-weight: bold;
	color: white;
	font: 10px/14px Arial, Helvetica, sans-serif;
}
a.bottom_menu_copyright {
	color: white;
	font-weight: bold;
	text-decoration:none;
}

a.bottom_menu_copyright:hover {
	color: yellow;
	text-decoration:underline;
}