/* CSS Document */
body {
	background-image:url(../images/misc/body-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:18px;
}
.text-browngreen {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999966;
	line-height:18px;
}
.footernav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#660000;
	line-height:18px;
	font-weight:bold;
}
.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	line-height:18px;
}
.border-bottom-dashed {
border-bottom-style:dashed;
border-bottom-width:1px;
border-bottom-color:#999966;
}
.pic-border {
border-style:solid;
border-width:1px;
border-color:#DFCFB6;
padding:2px;
background-color:#FFFFF0;
}
.style-textbox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	padding:1px;
	background-color:#FFFFFF;
}
.style-button {
	border-style:solid;
	border-width:2px;
	border-color:#996600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#996600;
	background-color:#ffffff;
	background-image:url(../images/misc/textbox_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:22px;
	width:60px;
}
table#footernav a:hover{
	text-decoration:underline;
	color:#996633;
}
table#footernav a, table#footernav a:link{
	text-decoration:none;
	color:#660000;
}
table#link-gray a:hover{
	text-decoration:underline;
	color:#000000;
}
table#link-gray a, table#link-gray a:link{
	text-decoration:none;
	color:#666666;
}