/* CSS Document */

.link{
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #D30E17;
	text-decoration: none;
}
A.link:visited {
	COLOR: #D30E17
}
A.link:hover {
	COLOR: #D30E17; text-decoration: underline
}
A.link:active {
	COLOR: #D30E17
}
A.link:link {
	COLOR: #D30E17
}

.linkbold{
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.linkbold:hover{
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #D30E17;
	text-decoration: underline;
}

.txt {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	
}
.txt333:hover {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.txt_small {
	font-size: 9px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	
}
.txtbig {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#648CB4;
}

.txtbigbold {
	font-size: 13px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #D30E17;
}

.txtbold {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}

.menu_txt {
	color:#939393; text-decoration:none; font-family:tahoma; font-size:10px; text-transform:uppercase; font-weight:bold}
.menu_txt1 {
	color: #D30E17; text-decoration:none; font-family:tahoma; font-size:10px; text-transform:uppercase; font-weight:bold}
.menu_txt1:hover {
	color: #FF3300; text-decoration:underline; font-family:tahoma; font-size:10px; text-transform:uppercase; font-weight:bold}
