/* CSS Document */

a,a:visited {
	color: black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
}

.bg_site {
	background-color: #393939;
	background-image: url(pics/bg_site.jpg);
	background-repeat: repeat-x;
	background-position: center top;	
}
.td_left {
	background-color: #5c5c5c;
	background-image: url(pics/bg_left.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	Border:#2a2928 10px solid;
	padding:3px;	
}
.td_newsletter {
	background-color: #343434;
	background-image: url(pics/bg_newsletter.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top:5px;
	padding-bottom:3px;
	height:47px;	
}
.txt_form { 
	font-family:  Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}



.txt_gray { 
	font-family:  Verdana;
	font-size: 10px;
	font-weight: normal;
	/*color: #999e94;*/
	color: #a8aaa5;
	text-decoration: none;
}
.title_white { 
	font-family:  Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left:20px;
}
.txt_white { 
	font-family:  Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.txt_white A:link {
	font-family:  Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.txt_white A:visited {
	font-family:  Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.txt_white A:active {
	font-family:  Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.txt_white A:hover {
	ffont-family:  Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;	
	text-decoration: underline;
}
.gs {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4d4d4d;
	font-weight: normal;
}
.gs a:link{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4d4d4d;
	font-weight: normal;
}
.gs a:hover{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0000;
	font-weight: normal;
}

