@charset "utf-8";

/******************* Layout style elements ********************/
.mytable td { background-color:#414020;border-bottom: thin short }

/* 858E59 525737 */
body {
background-image:url(/images/backgroundfade.jpg);
background-position: center;
background-repeat:repeat-y;
background-color:#000;
align: center;
font-size: 16pt ! important;
}

.backdrop {
}

.maintable
{
width:900px;
align:center;
}

.header
{
height:116px;
padding:0;
clear:left;
border:0;
margin:0;
}
.header a, .header a:visited { color:#eee; }
.header a:hover {color:#fff; }
.content
{
width:100%;
text-align:left;
margin:0px;
padding:4px;
font-size: 16pt ! important;
}
.footer
{
text-align: center;
color:#333;
font-size:xx-small;
}
.footer a, .footer a:visited {font-size: x-small; color:#333;};
.footer a:hover {font-size:x-small;color:#666;}

h1
{
padding: 0px;
margin: 0px;
align: left;
color: #000;
background-color:#FFF;
font-family: Arial, Courier, Verdana;
font-size: 18pt ! important;
}
h3 { color: #009999; font-family: times; font-size:18pt ! important; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
p, td, blockquote, attribution, pre { color: #FFF; font-size:12pt ! important; }
p, td, blockquote, attribution { font-family: Arial, Courier, Verdana; }
.quote { margin: 2cm 4cm 3cm 4cm; display: block;}
ol.decimal { list-style-type: decimal}
ol.romanl { list-style-type: lower-roman; }
ol.romanu { list-style-type: upper-roman; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.tinyfont { font-family: Verdana, sans-serif; }
/*ul { list-style: square inside url('images/arrow.gif') }*/
p.hidden { color: #333; }
a, a:visited { color: #EEE; }


