a:link
{
	color: rgb(140,105,0);
	background-color: rgb(255,248,204);
	text-decoration: none;	
}

a:visited
{
	color: rgb(140,105,0);
	background-color: rgb(255,248,204);
	text-decoration: none;	
} 



a:hover
{
	color: rgb(140,105,0);
	background-color: rgb(255,248,204);
	text-decoration: underline;
	text-align: center;
}

body
{
	background-image: url(images/HG_EE_Logo.gif);
	background-repeat: repeat;

	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: rgba(0,102,102,1.00);
	scrollbar-face-color: #006666;
	scrollbar-highlight-color: #006666;
	scrollbar-shadow-color: #006666;
	scrollbar-3dlight-color: rgb(255,248,204);
	scrollbar-arrow-color: #006666;
	scrollbar-track-color: rgb(255,248,204);
	scrollbar-darkshadow-color: rgb(255,248,204);
	border-top-color: #006666;
	border-right-color: #006666;
	border-bottom-color: #006666;
	border-left-color: #006666;
	background-color: #FFF8CC;
	font-size: 100%;
	text-align: center;
}
html {
	background-image: url(images/HG_EE_Logo.gif);
	background-repeat: repeat;

	min-height: 100%;
	text-align: center;
	background-color: #FFF8CC;
	border-color: #D7CD93;
}



.center
{
	text-align: center;
	color: rgba(0,102,102,1);
}

hr
{
	color: rgb(204,153,0);
	background-color: rgb(255,248,204);
}


td
{
	border-color: rgb(204,153,0);
	color: #006666;
	text-align: center;
	font-size: 100%;
}

tr
{
	border-color: rgb(204,153,0);
}


h1
{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 250%;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-shadow: 3px 3px #D7CD93;
}

h2
{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-shadow: 2px 2px #D7CD93;


}

h3
{
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	text-shadow: 1px 1px #D7CD93;

}
body table
 {
	 font-size: 100%;
	font-weight: bold;
	font-style: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}
table {
	border-collapse: collapse;
	font-weight: normal;
}
th. td { border: 1 px solid #D7CD93;}
 th {
	background-color: #FFF8CC;
	text-align: center;
}

 tr:nth-of-type(even){ background-color:#FFF8CC;
 }
 
 tr:nth-of-type(odd){background-color: #F5EDB9;}
