@charset "utf-8";
/* CSS Document */
body
{
margin:0 0 0 0px;
background-color:#ffffff;
/*background-color:#f4f5f6;*/
}
.outertable
{
width:100%;
margin-left:auto;
margin-right:auto;
}
.innertable
{
width:1003px;
margin-left:auto;
margin-right:auto;
}
.menubg
{
background-image:url(../images/menubg.jpg);
background-repeat:repeat-x;
height:44px;
}
.contentbg
{
/*background-image:url(../images/contentbg.jpg);
background-repeat:repeat-x;*/
font-family:"Trebuchet MS";
font-size:12px;
color:#525050;
line-height:18px;
}
.contentbg a:link
{
color:#525050;
text-decoration:none;
}
.contentbg a:visited
{
color:#525050;
text-decoration:none;
}
.contentbg a:hover
{
color:#861b18;
text-decoration:none;
}
.footer
{
background-color:#949292;
height:44px;
font-family:Tahoma;
font-size:11px;
color:#6a0606;
}
.footer a:link
{
color:#6a0606;
text-decoration:none;
}
.footer a:visited
{
color:#6a0606;
text-decoration:none;
}
.footer a:hover
{
color:#6a0606;
text-decoration:none;
}
.highlight
{
font-family:"Trebuchet MS";
font-size:13px;
color:#861b18;
}
.border
{
border:2px solid #861b18;
}
.heading
{
font-family:"Trebuchet MS";
font-size:16px;
color:#861b18;
font-weight:bold;
text-transform:uppercase;
}
.numerics
{
font-family:"Trebuchet MS";
font-size:18px;
color:#830101;
font-weight:bold;
letter-spacing:6px;
}
.numerics a:link
{
color:#830101;
text-decoration:none;
}
.numerics a:visited
{
color:#830101;
text-decoration:none;
}
.numerics a:hover
{
color:#2d2d2d;
text-decoration:none;
}