h1 {
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
	font-size: 18px;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}
.center	{
	text-align:center;
}

.sac {
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
	font-size:10pt;
	color:#FFFFFF;
	margin-left: 2em;
	margin-right: 2em;
}

.sac ul {
	padding-left: 40px;
}

#top_nav {
	height:20px;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
	font-size:10pt;
	color:#baa54e;
	text-align:center;

}

.titlerow {
	height:20px;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
	font-size:12pt;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

#title {
	font-size: 18px;
	font-weight: bold;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #baa54e;
	border-bottom-color: #baa54e;
	margin-top: 2px;
	letter-spacing: 2em;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #000; /*Not supported in IE*/
/*	background: #101010; 
	background: -moz-linear-gradient(top, #303030, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#101010');
	background-image: -o-linear-gradient(#303030,#101010);
*/
}

#footer {
	height:16px;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
	font-size:7pt;
	color:#FFCC00;
	position: absolute;
	width: 95%;
	bottom: 4px;
	text-align:center;
}

.style0 {
	background-color:black;
	color: #FFF;
}

.style1 {
	text-align: center;
	width:260px;
	padding-left:20px;
}

.style2 {
	padding-right:1%;
	padding-left:1%;
}

a:link {
	color: #BAA54E;
}

a:visited {
	color: #FF8000;
}

a:hover {
	color: #FC0;
}

a:active {
	color: #FC0;
}

.auto-style1 {
	text-align: left;
}

.auto-style2 {
	text-align: right;
}