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

body {
margin:0px;
background-image:url(images/graphics/bg.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#8b0000;
}

.top, .top a:link, .top a:active, .top a:visited {
background-image:url(images/graphics/btn-bg.jpg);
font-size:10px;
background-position:top;
background-repeat:repeat-x;
padding:3px;
color:#FFFFFF;
}

fieldset {
border-color:#999999;
border-width:1px;
border-style:solid;
}

table {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.main {
padding:10px;
background-color:#FFFFFF;
}

h1 {
font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
font-size:18px;
color:#8b0000;
}

h2 {
font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
font-size:13px;
color:#9F8B00;
}

h3 {
font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
font-size:15px;
color:#ffffff;
border-bottom-style:solid;
border-bottom-color:#CCCCCC;
border-bottom-width:1px;
width:80%;
}

ul {
font-weight:bold;
color:#6E0000;
}

.grey {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}

textarea {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.menu {
background-image:url(images/graphics/btn-bg.jpg);
background-position:top;
background-repeat:repeat-x;
}

.menu a:link, .menu a:active, .menu a:visited {
display:block;
background-image:url(images/graphics/btn-bg.jpg);
background-position:top;
background-repeat:repeat-x;
color:#FFFFFF;
padding-top:18px;
padding-bottom:18px;
text-decoration:none;
}

.menu a:hover {
display:block;
text-decoration:none;
background-image:url(images/graphics/btn-bg-hover.jpg);
background-position:top;
background-repeat:repeat-x;
color:#8b0000;
padding-top:18px;
padding-bottom:18px;
}

.right {
background-image:url(images/graphics/right-top.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#8B0000;
color:#FFFFFF;
padding:10px;
}

.img {
border-style:solid;
border-color:#999999;
border-width:5px;
}

.footer {
border-top-color:#333333;
border-top-style:solid;
border-top-width:5px;
background-image:url(images/graphics/btn-bg.jpg);
background-position:top;
background-repeat:repeat-x;
color:#FFFFFF;
padding-top:10px;
padding-bottom:10px;
}

.footer a:link, .footer a:visited, .a:active {
text-decoration:none;
color:#FFFFFF;
}

.footer a:hover {
text-decoration:underline;
color:#FFFFFF;
}