/* CSS Document */

a:link, a:visited, a:active {
	color: #5d5797; 
	text-decoration: none; 
	font-weight:none;
}

a:hover {
	color: #1a8c6c;
	text-decoration: underline;
	font-weight: none;
	border-bottom: none; 
}

h1 { 
	color: #2a8fcf; 
	padding-left: 25px;
	background-color: none;
	letter-spacing: 2px; 
	font-family: Helveica, Arial, Verdana; 
	font-size: 20px;
	line-height: 22px;
	text-transform: normal; 
	font-style: italic;
	font-weight: normal;
	margin-top: -9px;
	margin-bottom: -6px;
}

h2 { 
	color: #2a8fcf; 
	padding-left: 25px;
	background-color: none;
	letter-spacing: 2px; 
	font-family: Helveica, Arial, Verdana; 
	font-size: 15px;
	line-height: 18px;
	text-transform: normal; 
	font-style: italic;
	font-weight: normal;
	margin-bottom: -5px;
}

body {
	background-color: #FFFFFF;
	background-image: url('images/pattern2.gif');
	color: #144843;
	font-family: Helvetica, Arial, Tahoma;
	font-size: 11px;
	line-height: 17px;
}

#top_bg {
	background-image: url('images/pattern.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 322px;
	position: absolute;
	z-index: -2;
}

.quote {
	padding-left: 15px;
	color: #4f5c83;
	font-size: 18px;
	font-family: Georgia, "Times-New-Roman", Times;
}

.quote2 {
	padding-left: 15px;
	color: #4f5c83;
	font-family: Georgia, "Times-New-Roman", Times;
}

.quote3 {
	text-align: center;
	font-size: 11px;
	color: #849d92;
	font-family: Georgia, "Times-New-Roman", Times;
}

p, td, tr, li {
	text-indent: 0px;
	color: #144843;
	font-family: Helvetica, Arial, Tahoma;
	font-size: 11px;
	line-height: 17px;
	letter-spacing: 1px; 
}

.pic {
	border-color: #ff7c78;
	border-width: 1px;
	border-style: dotted;
	padding: 4px;
	background-color: #FFFFFF;
}

.border { 
	color: #FFFFFF; 
	padding: 0px; 
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9bd1c9;
}