a, a:link, a:visited {
	color: #5da6ad;
	text-decoration: underline;
}

a:hover, a:active {
	color: #dfca0f;
	text-decoration: underline;
}

body {
	margin-top: 0px;
	padding: 0px;
    background: #434346  url(../images/BKG_main.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

.BKG_R {
  background-image: url(../images/BKG_R.gif);
  background-repeat:repeat-y;
}

.content {
  vertical-align: top;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #b5b3b3;
  line-height: 20px;
  padding: 0px 20px 20px 30px;
  text-align: justify;
}

.credits{
   font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	line-height: 17px;
	color: #7d7d7e;
}

.credits a:link, .credits a:visited {
	color: #5a5a5d;
  text-decoration: none;
}

.credits a:hover, .credits a:active {
	color: #5a9ba1;
	text-decoration: none;	
}

.fillerBLU{
	background: #5a9ba1;
}

.fillerGRY {
  background: #434346;

}
h1{
	color: #fff;
	font: 17px  Verdana, Arial, Helvetica, sans-serif;
}

.picpadL{
	padding-left: 40px;
}

.txtYEL{
	color: #e2cc10;
}

.txtWH{
	color: #fff;
}

.quote{
	color: #fff;
	font: 11px  Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: justify;
    padding: 20px 14px 10px 0px;
    vertical-align: top;
    height: 100px;
}

.quote a:link, .quote a:visited {
	color: #969494;
    text-decoration: none;
}

.quote a:hover, .quote a:active {
	color: #dfca0f;
    text-decoration: none;
}

.smtxt {
	color: #7b7a7a;
	font: 11px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

.smtxt  a:link, .smtxt a:visited { 
	color: #999999;
	text-decoration: none;
}

.smtxt  a:hover, .smtxt   a:active { 
	color: #fff;
	text-decoration: none;
}

.subtitleBLU{
	color: #5da6ad;
	font: 17px  Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #7b7b81;
	padding-bottom: 4px;
}

.subtitle{
	color: #fff;
	font: 17px  Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid  #7b7b81;
	padding-bottom: 4px;
}

.titleWH{
	color: #fff;
	font: 17px  Verdana, Arial, Helvetica, sans-serif;
}

ul{
	list-style: square;
}

.footer{
	background-image: url(../images/BKG_linebot.gif);
	background-repeat:repeat-x;
	vertical-align: top;
}


