/*
  CSS Settings
 ***************************************/

html,
body {
  height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 400 0.8em verdana, arial, sans-serif;
	line-height: 100%;
	color: #d69f29;
	
	}


/* Links */
a {
  font-family:Arial, Helvetica;
  text-decoration: none;
  color: #d69f29;
  font-size:25px; 
}

a:hover {
  font-family:Arial, Helvetica;
  text-decoration: none;
  color: #eab33c;
  font-size:25px; 
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}

.bb a
{
  font-family:Arial, Helvetica;
  text-decoration: none;
  color: #d69f29;
  font-size:18px; 
}

.bb a:hover {
  font-family:Arial, Helvetica;
  text-decoration: none;
  color: #eab33c;
  font-size:18px; 
}

.lnk a
{
  font-family:Arial, Helvetica;
  text-decoration: bold;
  color: #d69f29;
  font-size:12px; 
}

.lnk a:hover {
  font-family:Arial, Helvetica;
  text-decoration: bold;
  color: #eab33c;
  font-size:12px; 
}

.tc a
{
  font-family:Arial, Helvetica;
  text-decoration: bold;
  color: #d69f29;
  font-size:17px; 
}

.tc a:hover {
  font-family:Arial, Helvetica;
  text-decoration: bold;
  color: #FFFFFF;
  font-size:17px; 
}

