body {
	background: url(../images/bg.jpg) no-repeat #ffeebe;
	background-position: center top;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #555249;
}
a{
outline: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #02513c;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #555249;
}

ul li{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #555249;

}

h1, h2, h3{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

strong { 
	font-weight: bold;
}

#header{
height: 98px; 
width: 100%; 
margin: 0; 
display: block; 
background: url(../images/bg-header.gif) repeat-x; 
padding: 17px 0 0 0; 
text-align: center;
}

#logo{
display: block;
width:127px; 
height:71px;
background: url(../images/logo-dome.gif);
margin: 0 auto 0 auto;
text-indent: -9000px;
}

#doc {
	border: none;
}

#hd {
	background: #fff url("../images/stripe.gif") top center;
	color: #01503D;
	height: 87px;
	font-size: 197%;
	font-weight: bold;
	width: 800px;
}

#bd {
}

#bd p { /* page info */
	text-align: justify;
	padding: 10px; 
}


