body {
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-position: center;
}

.txt_home{
	font-size: 14px;
	font-family:  "Bank Gothic",Tahoma, arial, geneva, sans-serif;
	font-weight: bold;
	color: #D10B0E;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 20px;
}
.bg_center {
	background-image: url(img/bg_center.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.red{
	font-weight: bold;
	color: #DF0222;
}

.grey {color: #666666}

.brd_menu{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.brd_map{
	border: 3px solid #B8011D;
}

.txt_dx {font-size: 12px;
	font-family:  Tahoma, arial, geneva, sans-serif;
	font-weight: bold;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
	
}

.txt {font-size: 12px;
	font-family:  Tahoma, arial, geneva, sans-serif;
	font-weight: bold;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
	
}

.txt_url {
	font-size: 12px;
	font-family:  Tahoma, arial, geneva, sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 25px;
	background-image: url(img/web/btn_url.jpg);
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
}

.mail{
	font-family:  Tahoma, arial, geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DF0222;
	text-align: center;
}


.title {
	font-size: 16px;
	font-family:  verdana, arial, geneva, sans-serif;
	font-weight: bold;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
	text-align: center;	
}

.txt_video{
	font-family:  Tahoma, arial, geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E90202;
	letter-spacing: 0.2em;
}

.footer {
	font-size: 10px;
	font-family:  Tahoma, arial, geneva, sans-serif;
	font-weight: bold;
	color: #D10B0E;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
	text-align: center;

}

#myMap 
{
	border: 2px solid #DF0202;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

a:link {color: #666666; text-decoration: none}
a:visited {color: #666666; text-decoration: none}
a:hover {color: #D81F24;text-decoration: none}
a:active {color: #666666;text-decoration: none
}

a.menu:link {color: #666666; text-decoration: none}
a.menu:visited {color: #666666; text-decoration: none}
a.menu:hover {color: #D81F24;text-decoration: none}
a.menu:active {color: #666666;text-decoration: none
}

a.url:link {color: #ffffff; text-decoration: none}
a.url:visited {color: #ffffff; text-decoration: none}
a.url:hover {color: #CCCCCC;text-decoration: none}
a.url:active {color: #ffffff;text-decoration: none
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 100%;
	font-size: 14px;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
	color: #666666;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E50202;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #0099CC;
}


