/* Headlines */

h1 {
	font-family: times;
	font-size: 16pt;
	color: #4c7252;
	font-weight: bold;
	}

.headline {
	font-family: times;
	font-size: 16pt;
	color: #4c7252;
	font-weight: bold;
	}
	
h2 {
	font-family: times;
	font-size: 12pt;
	color: #4c7252;
	font-weight: bold;
	}

.sub-headline {
	font-family: times;
	font-size: 12pt;
	color: #4c7252;
	font-weight: bold;
	}

/*Phonelist Text*/

.phonelist {
	font-family: arial;
	font-size: 10pt; 
	color: #000000;
	font-weight: normal;
}
a.phonelist:link {color: #4c7252; text-decoration: none}
a.phonelist:visited {color: #4c7252; text-decoration: none}
a.phonelist:hover {color: #4c7252; text-decoration: none}

/*Copyright Text*/

.copyright {
	font-family: arial;
	font-size: 7pt; 
	color: #bebebe;
	font-weight: normal;
}
a.nav:link {color: #4C7252; text-decoration: none}
a.nav:visited {color: #4C7252; text-decoration: none}
a.nav:hover {color: #4C7252; text-decoration: underline}

#textbackground {
	position: absolute;
	top: 147px;
	left: 264px;
	width: 530px;
	height: 372px;
	background-image: url(../images/background-texteyecentered.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 3px;
	padding-bottom: 3px;
}
#text {
	position: absolute;
	top: 165px;
	left: 270px;
	width: 524px;
	overflow: auto;
	height: 354px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 3px;
	padding-bottom: 3px;
	font-family: arial;
	font-size: 10pt;
	scrollbar-face-color:#e1e1e1;
	scrollbar-darkshadow-color:#e1e1e1;
	scrollbar-3dlight-color:#e1e1e1;
	scrollbar-track-color:#cccccc;
	scrollbar-highlight-color:#cccccc;
	scrollbar-shadow-color:#cccccc;
	scrollbar-arrow-color:#666666;
}

a.text:link {color: #4c7252; text-decoration: underline}
a.text:visited {color: #4C7252; text-decoration: underline}
a.text:hover {color: #4C7252; text-decoration: none}