a {
	text-decoration: underline;
	;
	font-family: Arial, Helvetica, sans-serif;
	color: #0382B8;
}
a:hover {
	color: #864AA2;
	text-decoration: underline;
	;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	color: #FF0000;
	;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F2FBFF;
	background-image: url(../layout/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left top;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.bodytext_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.highlight {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFF00;
}
.highlightgreen {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #8AFFA9;
}
.highlightred {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #990000;
}
#navigationTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #854AA2;
	padding-right: 9px;
	padding-left: 9px;
}
#navigationTop a:link, #navigationTop a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 9px;
}
#navigationTop a:hover {
	color: #FFFFFF;
	background-color: #009DDC;
}
#remark {
	background-image: url(../images/dandelion.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 270px;
}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #854AA2;
	text-indent: 24px;
	letter-spacing: -1px;
}
#testimonials {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	font-style: italic;
	width: 180px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #0EA1DE;
	border-right-color: #0EA2DE;
	border-bottom-color: #864BA2;
	border-left-color: #864BA2;
	padding: 8px;
}
