/* CSS Document */
p.style1 {color: #FF0000}
span.style1 {color: #FF0000}
a { color:#738d09; font-style: normal; text-decoration: none}
a:hover { color:#FFFFFF}
/* copyright */
a.copyright {color:#738d09}
/* menu items */
a.menu { color:#000000; font-style: normal; text-decoration: none; font-size:10px}
a.menu:hover {color:#FFFFFF; font-size:10px}
/* navigate items */
a.nav { color:#738d09; font-style: normal; text-decoration: none}
a.nav:hover {color:#FFFFFF}

div.content {height: 325px;width: 700px;overflow: auto;padding: 10px 10px;}

/* body { background-color:#000000; font-family: Georgia, "Times New Roman", Times, serif; color:#00FF00} */
body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 12px;
    text-align: center;
	background-color:#000000;
    color: #ddd4d4;
    padding-top: 12px;
    line-height: 2;
	scrollbar-face-color: #738d09;
}
td, th {
    font-size: 12px;
    text-align: left;
    line-height: 2;
}

table.total {width:1024; background-image:url(../pics/bg.gif);}

h1 { font-size: 16px}
h2 { font-size: 14px}

div.scrollarea {background-image: none; background-color: white; height: 333px;width: 750px;overflow: auto;padding: 10px 10px;}
td.tdbg {width: 100px;bgcolor: #CCCCFF; background-color: #CCCCFF}
td.menu{background-color:#738d09;}
table.inner {width: 750px;}
table.outer {width: 1024px;}
legend {font:Georgia, "Times New Roman", Times, serif; color:#FF0000}

div.divider {width:100; background-image: url(../pics/splitter.gif)}