html {
	background-color: #3E67AC;
	background-image: url(img/hg.jpg);
	background-repeat: repeat-y;
	}


#content {
	padding: 0px;
	border: solid 0px #000000;
	margin: 200px 0 0 -240px;
	left: 50%;
	position: absolute;
	width: 480px;

}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    line-height: 24px;
}


.textnorm {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #ffffff;
    text-decoration: none;
line-height:16pt;
    text-align: justify;
}

a { color: #FC6634;
    text-decoration:none;
    font-weight: normal;
}

a:hover {
    color: #FC6634;
    text-decoration: underline;
    font-weight: normal;
}

