@charset "utf-8";
/* CSS Document */
.menu_main {
	color: #6E6E6E;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.menu_main:link {
	color: #6E6E6E;
	text-decoration: none;
}
a.menu_main:visited {
	color: #6E6E6E;
	text-decoration: none;
}
a.menu_main:hover {
	color: #FF6600;
	text-decoration: underline;
}
a.menu_main:active {
	color: #6E6E6E;
	text-decoration: none;
}

.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1580C6;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
a.highlight:link {
	color: #FF6600;
	text-decoration: none;
}
a.highlight:visited {
	color: #CC0000;
	text-decoration: none;
}
a.highlight:hover {
	color: #FF6600;
	text-decoration: underline;
}
a.highlight:active {
	color: #FF6600;
	text-decoration: none;
}
a.title-table:link {
	color: #FFFFFF;
	text-decoration: none;
}
.title-table {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
a.title-table:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.title-table:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.title-table:active {
	color: #FFFFFF;
	text-decoration: none;
}


a:link {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
a:hover {
	color: #333333;
	text-decoration: underline;
	font-size: 11px;
}
a:active {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
.pret {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}
