@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	background-attachment: scroll;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
}
.quotesfont {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #000000;
}

a:link.navlink {
	color: #055;
	text-decoration: none;
	font-size: 18px;
}
a:visited.navlink {
	color: #055;
	text-decoration: none;
	font-size: 18px;
}
a:hover.navlink {
	color: #00CC00;
	text-decoration: none;
	font-size: 18px;
}
a:active.navlink {
	color: #217855;
	text-decoration: none;
	font-size: 18px;
}
.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #055;
	text-decoration: none;
}
a:link {
	color: #055;
}
a:hover {
	color: #009900;
}
a:visited {
	color: #055;
}
a:active {
	color: #055;
}
.subtitles {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #055;
}
