body {
	margin: 0px;
	background-image: url(images/bg.gif);
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #CE2C40;
	text-decoration: none;


}
.menu {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #CE2C40;
	text-decoration: none;
}
.bordods {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CE2C40;
	border-right-color: #CE2C40;
	border-bottom-color: #CE2C40;
	border-left-color: #CE2C40;
}
.bg {
	background-attachment: fixed;
	background-image: url(images/lei.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.bordotratt {
	border: 1px solid #CE2C40;
	padding: 2px;
	margin: 2px;



}
.bgcontact {
	background-attachment: fixed;
	background-image: url(images/bg_contact.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.input {
	background-color: #FFE2E2;
	border: 1px solid #CE2C40;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #CE2C40;
	text-decoration: none;

}
.bglink {
	background-attachment: fixed;
	background-image: url(images/bg_link.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
}
.link {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #CE2C40;
	text-decoration: none;
	font-weight: bold;

}

#navcontainer
{
width: 80%;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: "Trebuchet MS", Verdana, Arial;
color: #CE2C40;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px dashed #CE2C40;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 2px 2px 2px 2px;
color: #CE2C40;
text-decoration: none;
width: 100%;
}

#navcontainer li a:hover
{
background-color: #CE2C40;
color: #FFE2E2;
}


