body {
	background-image: url(/images/background.bmp);
	background-attachment: fixed;
       background-repeat: no-repeat;
       background-position: right top; 
	}

a:link {
	color: #006D50;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

a:visited {
	color: #FFB934;
        font-weight: bold;
        font-style: italic;
        text-decoration: underline;
}

.page_title1 {
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: underline;
	color: #006D50;
}

.page_title2 {
        text-align: center;
        font-size: 12pt;
        font-weight: bold;
	font-style: italic;
        text-decoration: underline;
}

.address1 {
  color: #006D50;
}
.address2 {
  color: #FFB934;
}