/* CSS Document */
a:link
{
color:#B43426;
text-decoration:none;
}

.link 
{
	font-family: Tahoma; 
	font-size:11px; 
	font-weight:bold; 
}

.link:hover 
{
	background-image:url(img/arrow_red.jpg);
	background-repeat:no-repeat; 
	background-position:top center;
}

.link_selected
{
	font-family: Tahoma; 
	font-size:11px; 
	font-weight:bold; 
	background-image:url(img/arrow_red.jpg);
	background-repeat:no-repeat; 
	background-position:top center;
}

a.alink 
{
	color:#689FC6;
	text-decoration:none;
}
	
a.alink:hover 
{
	color:#B43426;
}


a.countries 
{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	text-decoration:none; 
	color:#FFFFFF; 
	padding-left:20px;
}

a.countries:hover 
{
	background-image:url(img/arrow_blue.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#117DAB;
}

.blue_button_left
{
	display:block; 
	float:left; 
	width:11px; 
	height:19px; 
	background-image:url(img/left_button_bg.jpg); 
	background-repeat:no-repeat;
}
/*.blue_button_left:hover
{
background-image:url(img/left_button_bg1.jpg);
}*/

.blue_button_right
{
	display:block; 
	float:left; 
	width:11px; 
	height:19px; 
	background-image:url(img/right_button_bg.jpg); 
	background-repeat:no-repeat;
}

/*.blue_button_right:hover
{
background-image:url(img/right_button_bg1.jpg);
}*/

.blue_button_middle
{
	display:block; 
	float:left; 
	height:19px; 
	background-image:url(img/middle_button_bg.jpg); 
	background-repeat:repeat-x;
		font-family:Tahoma; 
	font-size:12px; 
	color:#117DAB;
	text-decoration:none;
}

.blue_button_middle:hover
{
/*background-image:url(img/middle_button_bg1.jpg);*/
color: #0D6084;
}


a.blue_button_link 
{
	font-family:Tahoma; 
	font-size:12px; 
	color:#117DAB;
	text-decoration:none;
}

a.blue_button_link:hover 
{
	text-decoration:underline;
}

.main_titles
{
	display: block; 
	float:left; 
	padding-left:9px; 
	
	padding-bottom:13px; 
	font-family:Tahoma; 
	font-size:12px; 
	font-weight:bold; 
	color:#117DAB;
}

.blue_line
{
	display: block; 
	float:left;  
	height:14px; 
	background-image:url(img/blue_line.jpg); 
	background-repeat:repeat-x;
	background-position:bottom;
}

.big_red_div 
{
	display:block; 
	float:left; 
	width:928px; 
	height:255px; 
	padding-top:77px; 
	padding-left:7px; 
	background-image:url(img/big_red_bg.jpg); 
	background-repeat:no-repeat; 
	background-position:bottom
}

.bottom_div
{
	display:block; 
	float:left; 
	width:969px; 
	height:436px; 
	padding-left:45px; 
	padding-top:30px; 
	background-image:url(img/bottom_bg.jpg); 
	background-repeat:repeat-x; 
	background-position:bottom; 
}


.footer
{
	display:block; 
	float:left; 
	width:100%; 
	height:37px; 
	color:#EBF1F6; 
	font-family:Tahoma; 
	font-size:10px; 
	font-weight:bold;
}


.tc_full_display
{
display: block;
float: left; 
border: none; 
background-color: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
width: 0px; 
height: 0px;
}


.tc_center_display
{
display: inline;
float: left; 

z-index: 100; 
width: 640px; 
}


tc_center_div {
display:block;
float:left;
width:650px; 
height:100%;
}

.tcg_mainline
{
display: block;
float: left;
width: 650px;
height:104px;
background-color: none; 
color: #FFFFFF; 
font-size: 12px;
font-family:Arial, Helvetica, sans-serif; 
border-bottom: #FFFFFF 1px solid; 
padding-bottom: 30px; 
padding-top: 20px;
}

.tcg_navigation
{
display: block;
float: left;
width: 11px; 
height: 18px;
margin-right:25px;
margin-left:10px;
}

.tcg_title {
display:block;
float:left; 
padding-left:100px;
color: #155080; 
font-size: 12px; 
font-family:Arial, Helvetica, sans-serif;  
margin-top:40px; 
text-decoration:underline; 
text-transform:uppercase; 
font-weight:bold;
text-align:left;
}

.tcg_thumb_photo
{
display: inline;
float: left;
height: 80px;
width:100px;
margin-right:0px;
margin-bottom:2px;
}

.tcg_thumb_imgtag
{
display: block;
float: left; 
height: 60px;
width:80px;
margin-right:0px;
border:#2583BA 1px solid;
}

.pdf 
{
background-image:url(img/pdf.jpg);
background-repeat:no-repeat;
background-position:left;
padding-left:40px;

}

.word 
{
background-image:url(img/word.jpg);
background-repeat:no-repeat;
background-position:left;
padding-left:40px;
}

.title 
{
background-image:url(img/arrow.gif);
background-repeat:no-repeat;
background-position:left top;
padding-left:20px;
}
