/* CSS Document */

body {
	background-image:url(images/wr_background1.jpg);
	background-position:center;
	background-repeat: repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color: #827773;
	margin:0px;
	margin-top:3px;
}

h1 {
	color: #006600;
	font-size:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 { 
	color:#142873;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.copyright {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.lowerlinks {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.tableborder {
	border-color:#666666;
	border-width:1px;
	border-style:solid;
}

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

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

a:hover {
	color: #946318; 
	text-decoration:none;
}

a:active {
	color: #996600;
	text-decoration:none;
}