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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #F2DBA2;
	background-image: url(images/paintingBackground.jpg);
	background-repeat: no-repeat;
	background-position:top center
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #7A0F03;
}
h2 {
	font-size: 16px;
	color: #7A0F03;
}
h3 {
	font-size: 14px;
	color: #7A0F03;
}
.white {color: #FFFFFF}

.smallwhite {
     color: #FFFFFF;
     font-size: 10px
}
a:link {
	color: #7A0F03;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7A0F03;
}
a:hover {
	text-decoration: underline;
	color: #7A0F03;
}
a:active {
	text-decoration: none;
	color: #7A0F03;
}
.green-callout {
	font-size: 14px;
	color: #562B00;
	font-weight: bold;
	line-height: 18px;
}
.redtext {
	color: #7A0F03;
}
-->
</style>