/* CSS Document */
body{
	margin:0;
	padding:0;
	background-color:#EBE1C7;
	background-image:url(../img/hg_body.jpg);
	background-repeat:repeat-x;
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	color:#FFFFFF;
	line-height:18px;
}
td.content{
	background-image:url(../img/background.jpg);
	background-repeat:repeat-y;
}
h1{
	font-size:14px;
	color:#C8AA5B;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #621716;
	line-height:28px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h2{
	font-size:14px;
	color:#C8AA5B;
	font-weight:bold;
	border-bottom-width: 0px;
	line-height:28px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
a{
	color:#C8AA5B;
	text-decoration:underline;
}
a:link{
	color:#C8AA5B;
	text-decoration:underline;
}
a:visited{
	color:#C8AA5B;
	text-decoration:underline;
}
a:hover{
	color:#ffffff;
	text-decoration:underline;
}
a:active{
	color:#C8AA5B;
	text-decoration:underline;
}





