/* CSS Document */

Body
{
margin:0px;
padding:0px;
background-color:#5C5150;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:white;
text-decoration:none;
}
.bg-1
{
background-color:#5B0603;
}
.bor-1
{
border:1px solid #AD8381;
}
.bor-2
{
border-top:1px solid #C0C0C0;
}
.bor-3
{
background-image:url(../images/border.jpg);
background-repeat:repeat-x;
background-position:bottom;
}
.bg-2
{
background-color:#260301;
}
a.link-1
{
font-size:11px;
color:#BFC50B;
font-weight:bold;
text-decoration:none;
}
a.link-1:hover
{
font-size:11px;
color:white;
font-weight:bold;
text-decoration:underline;
}
a.link-2
{
font-size:11px;
color:white;
text-decoration:none;
}
a.link-2:hover
{
font-size:11px;
color:#BFC50B;
text-decoration:underline;
}
a.link-3
{
font-size:11px;
color:#FCE100;
text-decoration:underline;
}
a.link-3:hover
{
font-size:11px;
color:#white;
text-decoration:none;
}
.subhead-1
{
font-size:11px;
color:#FCE100;
font-weight:bold;
text-decoration:none;
}
.subhead-2
{
font-size:13px;
color:#FCE100;
font-weight:bold;
text-decoration:none;
}
.right-nav-bg
{
background:#8E1A0C url(../images/bg.jpg) repeat-x left top;
}
p
{
text-align:justify;
font-size:12px;
}