body {
    background: #8989C8 url(../images/background1.gif) repeat-x top left fixed;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
body, td {
    color: #333333;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    font-size: 8pt;
    font-family: verdana,arial,helvetica,sans-serif;
    font-weight: normal;
}

input, select, textarea {
    font-size: 9pt;
    font-family: verdana, arial, helvetica, sans-serif;
    background: #EEEEEE;
    border: 1px solid #AAAAAA;
    margin: 3px;
    padding: 3px;
    vertical-align: middle;
}
    
h1 {
	font-weight: bold;
	color: #FF6600;
	font-size: 14pt;
}
h2 {
	font-weight: bold;
	color: #FF6600;
	font-size: 12pt;
    
}
h3 {
	font-weight: bold;
	color: #333333;
	font-size: 8pt;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    text-decoration: underline;
}
h4 {
	font-weight: bold;
	color: #FF6600;
	font-size: 6pt;
}
p {
    padding: 0px;
    margin: 0px 0px 15px 0px;
    text-align: justify;
}
#wrap {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
    padding: 0px;
    position: relative;
    width: 750px;
    background: #EEEEEE;
    border: 1px solid #000000;
}



a img {
    border: 0px;
}

#foot {
	clear: both;
	display: block;
	background: #281c4e;
	position: relative;
	height: 30px;
	width: 750px;
    color: #FFFFFF;
}

    #foot .left {
    	position: relative;
    	float: left;
    	margin: 5px;
  	}
  	#foot .right {
  		position: relative;
  		float: right;
  		margin: 5px;
  	}
  	
  	#foot a, #foot a:link, #foot a:visited {
  		color: #FFFFFF;
  	}
  	
  	#foot a:hover {
  		color: #CCCCCC;
  	}
  	
