/* CSS Document */

body {
	background-color: #413536;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Lucida, "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#666666;
}

a {	color: #0072bc;  font-weight:bold; text-transform:uppercase; }
a:hover { color:#7b1b15; font-weight:bold; text-transform:uppercase;}
a:visited { color:#0072bc; text-transform:uppercase;}


.gutter		{
	background-position:center top;
	background-repeat:repeat-y;
	background-image: url(../images/gutter.gif);
}

h1 					{ font-family:Arial, Helvetica, sans-serif; font-size: 18px; color:#7b1b15; line-height: 22px; font-weight:bold;}
h3 					{ font-family:Georgia, "Times New Roman", Times, serif; font-size: 14px; color:#000000; line-height: 17px; font-weight:bold;}
h4 					{ font-family: "Lucida Grande", Lucida, "Lucida Sans", Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight:normal;}

.spacer 	{
	width: 100%;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #CCCCCC;
	clear: both;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}


.caption a       		{	text-decoration: underline; color: #6e483d; }
.caption a:hover 		{	text-decoration: none; color: #000000; }

.footer         		{	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:#999999; }
.footer a       		{	text-decoration: underline; color: #666666; }
.footer a:hover 		{	text-decoration: underline; color: #333333; }
