html,body 	{ height: 100%; }


body {
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		margin: 0; padding: 0;
		}

.menu {
		font: 11px Trebuchet MS, Arial, Tahoma, Helvetica;
		line-height: 13px;
		color: #FFFFFF;
		}

.menu a:link {
		color: #000000;
		text-decoration: none
		}

.menu a:hover {
		color: #1A444D;
		text-decoration: none
		}

.menu a:visited {
		color: #133B62;
		text-decoration: none
		}


.normal {
		font: 11px Trebuchet MS, Arial, Tahoma, Helvetica;
		line-height: 13px;
		color: #000000;
		}

.BigHeader {
		font: 11px Trebuchet MS, Arial, Tahoma, Helvetica;
	  font-size: 20px;
		line-height: 30px;
		}
		
.whitebold {
		font: 11px Trebuchet MS, Arial, Tahoma, Helvetica;
		line-height: 13px;
		color: #FFFFFF;
  	font-weight: bold;		
		}

		
hr2 		{
		background-color:#fff; 	/* Netscape 6/7, Mozilla */
		color:#fff; 			/* IE */
		border:#fff; 			/* Opera */
		}

.teller {
  position:absolute; 
  top:0px;
  left:0px;
  width:1px;
  height:1px;
  visibility:visible;
  visibility:hidden;
  z-index:1
}

A:link	   
{ 
	font-family: verdana, arial, helvetica, geneva, sans serif; 
	font-size: 11px; 
	font-style: normal;	
	font-weight: normal; 
	line-height: 13px; 
	color: #000000;	
	text-decoration: underline;
}

A:visited  
{ 
	font-family: verdana, arial, helvetica, geneva, sans serif; 
	font-size: 11px; font-style: normal;	
	font-weight: normal; 
	line-height: 13px; 
	color: #000000; 
	text-decoration: underline;
}

A:hover	   
{ 
	font-family: verdana, arial, helvetica, geneva, sans serif; 
	font-size: 11px; 
	font-style: normal;	
	font-weight: normal; 
	line-height: 13px; 
	color: #AF0033; 
	text-decoration: underline;
}


