a
	{
	color:#555555;
	text-decoration:none;
	}
a:hover
	{
	color:#990000;
	text-decoration:underline;
	}
a:visited
	{
	color:#555555;
	text-decoration:none;
	}
body
	{
	background-image:url('../images/bg.png');
	background-color:#333;
	font-family:tahoma;
	font-size:14px;
	margin-top:0px;
	}
.flag
	{
	background-image:url('../images/flag_bg.png');
	background-repeat:no-repeat;
	display:inline	;
	float:right;	
	height:25px;
	margin-top:-10px;
	padding-top:2px;
	text-align:center;
	width:75px;
	}
.footer b
	{
	color:#990000;
	}
.footer
	{
	color:#555;
	padding-left:5px;
	}
.footer_bar
	{
	color:#555;
	font-size:13px;
	}
.footer_bar_column
	{
	background-image:url('../images/footer_column_bg.png');
	background-position:top right;
	background-repeat:repeat-y;
	}
.footer_links
	{
	color:#cccccc;
	font-size:10px;
	}
.padding2
	{
	padding-right:5px;
	padding-bottom:2px;
	}
.remark
	{
	color:#990000;
	font-size:12px;
	}
.tb_header
	{
	background-color:#ffffff;
	margin-top:0px;
	}
.tb_h_menu
	{
	background-color:#222222;
	background-image:url('../images/bg_hmenu.png');
	background-repeat:repeat-x;
	height:25px;
	margin:-2px;
	}
.tb_h_menu a
	{
	color:#ffffff;
	padding:1px;
	text-decoration:none;
	}
.tb_h_menu a:hover
	{
	background-color:transparent;
	color:#999;
	text-decoration:none;
	margin-bottom:2px;
	width:100%;
	}
.tb_blank
	{
	background-image:url('../images/bg_content_blank.png');
	background-repeat:repeat-x;
	height:25px;
	}
.tb_blank2
	{
	background-image:url('../images/bg_content_blank2.png');
	background-repeat:repeat-x;
	height:25px;
	width:900px;
	}
.tb_corner_l
	{
	background-image:url('../images/bg_content_corner_l.png');
	background-position:bottom-left;
	background-repeat:no-repeat;
	height:25px;
	width:25px;
	}
.tb_corner_l2
	{
	background-image:url('../images/bg_content_corner_l2.png');
	background-position:bottom-left;
	background-repeat:no-repeat;
	height:25px;
	width:25px;
	}
.tb_corner_r
	{
	background-image:url('../images/bg_content_corner_r.png');
	background-position:bottom-right;
	background-repeat:no-repeat;
	height:25px;
	width:25px;
	}
.tb_corner_r2
	{
	background-image:url('../images/bg_content_corner_r2.png');
	background-position:bottom-right;
	background-repeat:no-repeat;
	height:25px;
	width:25px;
	}
.tb_content
	{
	background-color:#ffffff;
	background-image:url('../images/tb_content_bg.png');
	background-position:top right;
	background-repeat:no-repeat;
	color:#333;
	padding:10px;
	width:1700px;
	}
.tb_content h2
	{
	font-size:14px;
	font-weight:bold;
	}
.tb_edge
	{
	background-color:#ffffff;
	width:50px;
	}
.tb_footer
	{
	background-color:#222222;
	}

/*CSS Tabs*/
ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 0 0; /* set margins as desired */
font: 14px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #000; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 0px; /* THIRD number must change with respect to padding-top (X) below */
}
 
ul#tabnav li { /* do not change */
display: inline;
}
 
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}
 
body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}
 
ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
/*border: 1px solid #ccc; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #ccc; /* set unselected tab background color as desired */
color: #333; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}
 
ul#tabnav a:hover { /* settings for hover effect */
background: #990000;
color:#ffffff;/* set desired hover color */
}

#subtab
	{
	background-color:#555;
	margin:0 0 0 0;
	padding:3px;
	}

#tabnav .current1
	{
background-color: #990000;
color:#ffffff;/* set desired hover color */	
	}
#subtab .current2
	{
	background-color:transparent;
	background-image:url('../images/h_menu_arrw.png');
	background-position:center left;
	background-repeat:no-repeat;
	color:#000;
	height:15px;
	padding-left:10px;
	width:7px;
	}
