@charset "UTF-8";
body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(images/back.jpg);
}

p {
	color: #000000;
	padding: 5px;
	line-height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 3em;
	padding-right: 3em;
}

h1  {
	font-size: 18pt;
	font-family: "Myriad Pro", "Trebuchet MS";
	text-align: center;
	padding: 5px
}

h2 {
	font-size: 15pt;
	font-weight: bold;
	padding-left: 5px;
	font-family: "Myriad Pro", "Trebuchet MS";
}

a:link {
color: #006600;
text-decoration: underline; } 

a:visited {
color: #006600;
text-decoration: underline; }

a:hover {
color: #cc3300;
text-decoration: underline;
}

a:active {
color: #006600;
text-decoration: underline; }
.links  { color: #000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 1.7em; text-align: center; padding: 5px 3em }
.imageborder {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.copyright {
	font-size: 8pt;
}
