div#menu {
    position: absolute;
	background: url('../images/title.png') no-repeat;
	height: 80px;
	width: 780px;	
}

div.bar {
    position: absolute;
	background: url('../images/bar.png') no-repeat;
	height: 2px;
	width: 780px;	
}

div#content {
    position: relative;
	padding-top: 122px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

body { 
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

p {
    font-size: 10.5pt;
    font-style: normal;
    font-weight: normal;
    font-family: arial, sans-serif;
    color: #D4D0C8;
    width: 670px;
    margin-top: 0px;
    margin-left: 12px;
    margin-bottom: 6px;
}

pre {
    font-size: 10.5pt;
    font-style: normal;
    font-weight: normal;
    font-family: arial, sans-serif;
    background-color: #D4D0C8;
    color: #000000;
    width: 670px;
    margin-top: 0px;
    margin-left: 12px;
    margin-bottom: 6px;
    border-style: solid;
    border-color: #316AC5;
    border-width: 2px;
    padding: 3px;
}

table {
	border: 0px;
	width: 670px;
}

p.title {
    font-size: 12pt;
    font-weight: bold;
    color: #316AC5;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 2px;
}

p.header {
    font-size: 10.5pt;
    font-weight: bold;
    color: #B0BFD9;
    margin-top: 2px;
    margin-left: 4px;
    margin-bottom: 0px;
}

p.menu {
    font-size: 10.5pt;
    font-style: normal;
    font-weight: bold;
    font-family: arial, sans-serif;
    color: #D4D0C8;
    width: 780px;
    position: absolute;
    left: 0px;
	margin-left: 0px;
    z-index: 1;
}

span.dash {
    color: #316AC5;
}

span.comment {
    color: #008000;
}

span.bracket {
    color: #316AC5;
	font-weight: bold;
}

span.notice {
    color: #FF0000;
}

img {
    border-style: none;
    border-width: 0px;
}

img.arrow {
	vertical-align: text-top; 
	margin-top: 1px;
	margin-left: 1px;
}

/*unknown crap*/
img.pos {
    position: absolute;	
    left: 0px;
}

img.base {
	border-style: none;
	border-width: 0px;
	margin-left: 12px;
    margin-bottom: 6px;
}

a {
    font-size: 10.5pt;
    font-weight: normal;
    font-family: arial, sans-serif;
}

a:link {
    text-decoration: none;
    color: #B0BFD9;
}

a:visited {
    text-decoration: none;
    color: #B0BFD9;
}

a:active {
    text-decoration: none;
    color: #98B5E2;
}

a:hover {
    text-decoration: none;
    color: #98B5E2;
}

a.menu {
    font-size: 10.5pt;
    font-weight: bold;
    font-family: arial, sans-serif;
}

a.menu:link {
    text-decoration: none;
    color: #B0BFD9;
}

a.menu:visited {
    text-decoration: none;
    color: #B0BFD9;
}

a.menu:active {
    text-decoration: none;
    color: #98B5E2;
}

a.menu:hover {
    text-decoration: none;
    color: #98B5E2;
}
