body {
	background-color: #000022;
	line-height: 17px;
    overflow: auto;
	}

a:link, a:visited, a:active {
	color: #ADD9D9;
	text-decoration: underline;
	}
    
a:hover {
	color: #4D5080;
	text-decoration: underline;
    }
    
#links {
    margin-top: 120px;
    font-size: 11pt;
    color: #485071;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    }

#links a:link, #links a:visited, #links a:active {
	color: #485071;
    font-size:14pt;
    line-height: 20pt;
    border-bottom: none;
	text-decoration: none;
	}

#links a:hover {
	color: #FFFFFF;
    font-size:14pt;
    line-height: 20pt;
	text-decoration: none;
	}
    
#main {
    position: absolute;
    left: 0px;
    right: 0px;
    color: #CCFFFF;
	width: 100%;
    height: 510px;
	padding: 0px;
	border-top: 9px solid #485071;
    border-bottom: 9px solid #485071;
	}    
    
table {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 9pt;
    }
    
#image {
    width: 285px;
    height: 510px;
    border: none;
    margin: 0px;
    }
    
#text {
    height: 510px;
    vertical-align: top;
    overflow: auto;
    margin-left: 15px;
    margin-right: 5px;
    }
    
#under {
    position: absolute;
    margin-top: 600px;
    }
    
h2 {
    font-size: 12px;
    font-weight: normal;
   }