html, body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    border:none;
    font-size: 12px;
    font-family: verdana, arial, tahoma, sans-serif;
    color: #ffffff;
    background-color:#000000;
    height:100%;
}

#fullheight{ height:100% }

h2
{
  font-size: 16px;
  font-weight: bold;
  color: #52b837;
}

h3
{
  font-size: 24px;
  font-weight: bold;
  color: #52b837;
}

.copyright 
{
  color:#969696;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:9px;	
}

.required
{
  font-size: 11px;
  color: #dc342b;
}

.Bold
{
  font-size: 12px;
  font-weight: bold;
  color: #52b837;
}

.credit
{
  font-size: 16px;
  font-weight: bold;
  color: #52b837;
}

.input
{
  color: #FFF;
  font-size: 12px;
  font-weight:bold;
  background: #191919;
  border: #FFF solid 1px
}

.input2
{
  color: #1f7646;
  font-size: 12px;
  background: #FFFFFF;
  border: #1f7646 solid 1px
}

.transTable {
	border-top: 1px solid #049C49;
	border-right: 1px solid #049C49;
	border-bottom: 1px solid #049C49;
	border-left: 1px solid #049C49;
}

.transTable th {
	background-color:#049C49;
	border-top: 1px none #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #666666;
	padding: 3px 5px 3px 5px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.transTable0 {
	background-color: #EFEFEF;
	color: #666666;
}

.transTable1 {
	background-color: #def0e6;
	color: #333333;
}

.textwhite {
	color: #FFFFFF;
	font-weight: normal;
}

.textgreen {
	color: #52b837;
	font-weight: bold;
}

/* Links
--------------------*/
a:link { color: #BCBCBC; text-decoration: none }
a:active { color: #BCBCBC; text-decoration: none }
a:visited { color: #BCBCBC; text-decoration: none }
a:hover { color: #EEEEEE; text-decoration: underline }

a.other:link { color: #898989; text-decoration: none }
a.other:active { color: #898989; text-decoration: none }
a.other:visited { color: #898989; text-decoration: none }
a.other:hover { color: #696969; text-decoration: underline }

a.prev:link { color: #FFFFFF; text-decoration: underline; font-size: 11px; }
a.prev:active { color: #FFFFFF; text-decoration: underline; font-size: 11px; }
a.prev:visited { color: #FFFFFF; text-decoration: underline; font-size: 11px; }
a.prev:hover { color: #52b837; text-decoration: none; font-size: 11px; }

a.wap:link { color: #049C49; text-decoration: none; font-size: 12px; }
a.wap:active { color: #049C49; text-decoration: none; font-size: 12px; }
a.wap:visited { color: #049C49; text-decoration: none; font-size: 12px; }
a.wap:hover { color: #049C49; text-decoration: underline; font-size: 12px; }

a.new:link { color: #b60909; text-decoration: underline; font-size: 12px; }
a.new:active { color: #b60909; text-decoration: underline; font-size: 12px; }
a.new:visited { color: #b60909; text-decoration: underline; font-size: 12px; }
a.new:hover { color: #464646; text-decoration: none; font-size: 12px; }

/* Main Menu
--------------------*/
#header 
{
  float:left;
  width:100%;
  background:url("images/design/l4t_mn_bck.jpg");
  line-height:normal;
}
#header ul 
{
  margin:0;
  padding:0px 0px 0;
  list-style:none;
}
#header li 
{
  float:left;
  background:url("images/design/l4t_mn_lft.jpg") no-repeat left top;
  margin:0;
  padding:0 0px 0 14px;
}
#header a 
{
  float:left;
  display:block;
  background:url("images/design/l4t_mn_rgt.jpg") no-repeat right top;
  padding:6px 10px 10px 6px;
  text-decoration:none;
  font-weight:bold;
  font-size:12px;
  color:#765;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover 
{
  color:#049C49;
}
#header #current 
{
  background-image:url("images/design/l4t_mn_lft_hover.jpg");
}
#header #current a 
{
  background-image:url("images/design/l4t_mn_rgt_hover.jpg");
  color:#049C49;
  padding-bottom:10px;
}

.hidden { display: none; }
.unhidden { display: block; }
  

/* Subsection Tabs
--------------------*/
ul.subsection_tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	border-bottom:1px solid #52b837;
	height:25px;
	clear:both;
}

ul.subsection_tabs li {
	float:left;
	margin-right:5px;
	text-align:center;
}

ul.subsection_tabs li a {
	display:block;
	height:20px;
	padding:5px 6px 0 6px;
	background-color:#ccc;
	color:#666;
	width:100px;
}

ul.subsection_tabs li a:hover {
	color:#FFF;
	background-color:#52b837;
	text-decoration: none;
	display:block;
}

ul.subsection_tabs li a.active {
	background-color:#52b837;
	text-decoration: none;
	color:#FFF;
}


/* WAP SITE STYLES
--------------------*/
  .smalltext
  {
    font-size: 9px;
    font-weight: normal;
    color: #333333;
  }

  .titletable
  {
		background-color: #52b837;
		border-top: 1px solid #636363;
		border-bottom: 1px solid #636363;
		width: 100%;
  }

  .titletable td
  {
  	color: #FFFFFF;
  	border-style: none;
  	padding: 4px 4px 4px 4px;
  	font-family: Verdana, Arial, Tahoma;
  	font-size: 11px;
  	font-weight: bold;
  }

  .footertable
  {
		background-color:#ECECEC;
		width: 100%;
		border-top: 1px solid #3e5f2a;
		border-bottom: 1px solid #CCCCCC;
  }

  .footertable td
  {
  	color: #AAAAAA;
  	border-style: none;
  	padding: 2px 2px 2px 2px;
  	font-family: Verdana, Arial, Tahoma;
  	font-size: 9px;
  }

  /*****************************************/
