/* CSS Document */

body{
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background-color: #ebf8ea;
}

.tab_container{
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.td_login{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-family: tahoma;
	line-height: 20px;
}




.title_content{
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
}

.td_menu{
	font-size: 13px;
	font-weight: bold;
	font-family: tahoma;
	padding-top: 9px;
	color: #FFFFFF;
}

.td_menu ul{
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
	
}

.td_menu ul li{
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-right: 1px solid #ffffff;
	padding-right: 10px;
	padding-left: 10px;
}

.td_menu ul li a:link{
	color: #FFFFFF;
	text-decoration: none;
}

.td_menu ul li a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.td_menu ul li a:hover{
	color: #045573;
	text-decoration: none;
}

.td_menu ul li a:active{
	color: #045573;
	text-decoration: none;
}


.td_info{
	font-size: 12px;
	font-family: tahoma;
	line-height: 20px;
}

.td_search{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	color: #FFFFFF;
	line-height: 20px;
	
}

.td_search a{
	font-size: 12px;
	font-family: tahoma;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}



.td_categories_title a{
    font-size: 14px; 
	font-family: tahoma; 
	font-weight: bold; 
	color: #ffffff;
	text-decoration: none;
}

.td_categories_title a:hover{
    font-size: 14px; 
	font-family: tahoma; 
	font-weight: bold; 
	color: #ffffff;
	text-decoration: none;
}


.td_categories{
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 18px;
}

.td_categories a{
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.td_categories a:hover{
	text-decoration: underline;	
}


.info_title{
	font-size: 14px; 
	font-weight: bold; 
	color: #990000;	
}

.footer{
	font-size: 12px;
	font-family: tahoma;
	line-height: 18px;
}

.footer a{
	color: #000000;
	text-decoration: none;
}

.footer a:hover{
	color: #000000;
	text-decoration: underline;
	
}