/* Text Formatting
-------------------------------------*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
body {
	background-image: url(http://www.VISALIAVASTTNT.COM/images/layout/background.jpg);	
	
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	font-size: 14px;
}

/* Table Formatting
-------------------------------------*/
.pad { padding-left: 2px; padding-right: 2px; }
.style2 {font-size: 8pt}
a {
	font-weight: bold;
}

/* Image Formatting
-------------------------------------*/
.lft {
	float: left;
	margin-right: 5px;
	margin-bottom: -3px;
	margin-left: 0px;
	margin-top: 0px;
}
.rt {
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-top: -3px;
}
.lfts {
	float: left;
	margin-right: 62px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

/* Miscellaneous Formatting
-------------------------------------*/
.area {
	width: 290px; 
	height:50px; 
	border-color:#323A20; 
}