html, body {
color: #000000;
background: #ffffff;
margin:0px;
margin-left:5px;
background-image:url('bg.jpg');
}

.bgtop{
	background-image:url('images/bg_top.gif');
}

.bg_menu{
	background-image:url('images/bg_mernu.jpg');
}

p {
font-family: 'Arial', 'Helvetica', 'sans-serif';
font-size: 12px;
color: #666666;
margin: 3px;
text-align: left;
}

.txt_intro {
font-family: 'Arial', 'Helvetica', 'sans-serif';
font-size: 14px;
color: #1E91D5;
margin: 3px;
text-align: left;
}

td {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #d38153;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

.price{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #4480AC;
}

.small {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
margin:3px;
text-align:left;
}

.footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
text-align:left;
margin:10px;
}

.menu_voice {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #5A5A5A;
margin:5px;
text-align:left;
}

#button_search{
width:60px;
height:19px;
border-top:1px solid #FFFFFF;
border-left:1px solid #FFFFFF;
border-bottom:1px solid #C6C6C6;
border-right:1px solid #C6C6C6;
text-align:left;
font-weight:bold;
background-color: #E0E0E0;
padding-left:3px;
}

.title {
font-family: 'Trebuchet MS', sans-serif, Arial, Helvetica;
font-size: 22px;
color: #333333;
margin-bottom:2px;
margin-left:0px;
text-align:left;
}

.subtitle {
font-family: 'Trebuchet MS', sans-serif, Arial, Helvetica;
font-size: 16px;
color: #4472AE;
margin-bottom:2px;
margin-left:0px;
text-align:left;
}

.print_title {
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
color: #000000;
margin-bottom:2px;
margin-left:0px;
text-align:left;
}

.print_voice {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
margin:5px;
text-align:left;
}

.current {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
margin-bottom:2px;
text-align:left;
margin-left:0px;
}

input, select, textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
border: 1px solid #9CB2C7;
}

.select_top {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
background-color: #F0F0F0;
border: 1px solid #9CB2C7;
}

#div_menu {
width:740px;
background:#003466;
}

/* ************** Links ************** */

a:link {
color: #666666;
text-decoration: none;
}
a:active {
color: #666666;
text-decoration: none;
}
a:visited {
color: #666666;
text-decoration: none;
}
a:hover {
color: #018EC4;
text-decoration: underline;
}


/* *********** link news ************ */
.news:link {
color: #BA7A3D;
text-decoration: none;
}
.news:active {
color: #BA7A3D;
text-decoration: none;
}
.news:visited {
color: #BA7A3D;
text-decoration: none;
}
.news:hover {
color: #BA7A3D;
text-decoration: underline;
}

/* *********** link link ************ */
.link:link {
color: #018EC4;
text-decoration: underline;
}
.link:active {
color: #018EC4;
text-decoration: underline;
}
.link:visited {
color: #018EC4;
text-decoration: underline;
}
.link:hover {
color: #FF0000;
text-decoration: none;
}