@charset "utf-8";
/* CSS Document */

body{
background-color:#DCD0C6;
}
.maintext{
font-family:"Trebuchet MS";
font-size:14px;
color:#595959;
}
.text-red{
font-family:"Trebuchet MS";
font-size:14px;
color:#6F1B0D;
}
.text-black{
font-family:"Trebuchet MS";
font-size:15px;
font-weight:bold;
color:#000000;
}
.text-red-big{
font-family:"Trebuchet MS";
font-size:18px;
color:#6F1B0D;
}
.text-white{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}
.link-more{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#8F0000;
text-decoration:none;
}
.link-more:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#1D4F0E;
text-decoration:none;
}
.link1{
font-family:"Trebuchet MS";
font-size:15px;
font-weight:bold;
color:#000000;
text-decoration:none;
}
.link1:hover{
font-family:"Trebuchet MS";
font-size:15px;
font-weight:bold;
color:#8F0000;
text-decoration: underline;
}
.link2{
font-family:"Trebuchet MS";
font-size:14px;
color:#6F1B0D;
font-weight:bold;
text-decoration: underline;
}
.link2:hover{
font-family:"Trebuchet MS";
font-size:14px;
color:#000000;
font-weight:bold;
text-decoration:none;
}
.link3{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:none;
}
.link3:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#6F1B0D;
text-decoration: underline;
}
.bottom{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#6C2C2C;
text-decoration:none;
}
.bottom:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#000000;
text-decoration:none;
}
.bottomhov{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#000000;
text-decoration:none;
}
.text-bottom{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#9A795E;
}
.padding{
padding-top:8px;
}
.border{
border:1px solid #6F1B0D;
}