/* CSS Document */
body {
	background-image:url(../images/misc/body-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:18px;
}
.text-white {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:18px;
}
.text-gold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#BAA76B;
	line-height:18px;
}
.text-brown {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A05A31;
	line-height:18px;
}
.text-footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	line-height:18px;
}
.pic-frame {
	border-bottom-width:2px;
	border-bottom-color:#BAA76B;
	border-bottom-style:solid;
	border-top-width:2px;
	border-top-color:#BAA76B;
	border-top-style:solid;
	border-right-width:2px;
	border-right-color:#BAA76B;
	border-right-style:solid;
	border-left-width:2px;
	border-left-color:#BAA76B;
	border-left-style:solid;
	padding:1px;
}
.border-tableborder {
	border-bottom-width:2px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
		border-right-width:2px;
	border-right-color:#999999;
	border-right-style:solid;
		border-left-width:1px;
	border-left-color:#CCCCCC;
	border-left-style:solid;
		border-top-width:1px;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	padding:2px;
}
.border-tableborder-index {
	border-width:1px;
	border-color:#999999;
	border-style:solid;
}
.border-bottom-solid {
	border-bottom-width:1px;
	border-bottom-color:#BAA76B;
	border-bottom-style:solid;
}
.border-bottom-dashed {
	border-bottom-width:1px;
	border-bottom-color:#BAA76B;
	border-bottom-style:dashed;
}
.border-top-dashed {
	border-top-width:1px;
	border-top-color:#BAA76B;
	border-top-style:dashed;
}
.border-top-solid{
	border-top-width:1px;
	border-top-color:#BAA76B;
	border-top-style:solid;
}
.style-textbox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	background-color:#FFFFFF;
}
.style-button {
	border-style:solid;
	border-width:2px;
	border-color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#333333;
	background-color:#f5f5f5;
}
table#link-gold a:hover{
	text-decoration:underline;
	color:#A05A31;
}
table#link-gold a, table#link-gold a:link{
	text-decoration:none;
	color:#BAA76B;
}
table#link-black a:hover{
	text-decoration:none;
	color:#CC9900;
}
table#link-black a, table#link-black a:link{
	text-decoration:none;
	color:#333333;
}
table#footer a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
table#footer a, table#footer a:link{
	text-decoration:none;
	color:#CCCCCC;
}
table#footer2 a:hover{
	text-decoration:underline;
	color:#333333;
}
table#footer2 a, table#footer2 a:link{
	text-decoration:none;
	color:#666666;
}