html,body {
		margin:0;
		padding:0;
		color:#000066;
		background:#000066;
	}
p {
	font: 0.80em Arial, Helvetica, sans-serif;
	line-height: 1.0;
}
.address {
	font: 0.75em Arial, Helvetica, sans-serif;
	line-height: 1.2;
}
	
	div#wrap {
		margin:0px auto;
		width:780px;
		background:url("images/body02.jpg") repeat-y;
	}
	div#header {
		width:780px;
		height:25px;
		background:url("images/head02.jpg") no-repeat;
	}
	div#content {
		padding:0 0px 0px 0px;
		margin:0 0px;
	}
	div#footer {
		width:780px;
		height:25px;
		margin-top: -20px;
		background:url("images/foot02.jpg") no-repeat;
	}

	a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      none;
  background-color: none;
  color:            #000066;
    } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      none;
  background-color: none;
  color:            #000066;
    } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  font-weight:      none;
  background-color: none;
  color:            #666666;
    } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  font-weight:      none;
  background-color: none;
  color:            #D9D9D9;
    }
