
.tborder { 
	border: solid #003366; 
	border-width:0px 1px 1px 1px;
	vertical-align: top;
	font-size: 12px;
	width: 100%;
	color:#000000;
	padding:0;
	}
/* The "1px 1px 1px 1px" is = Top-right-bottom-left border. */

.altcolor { background-color:#efefef; }


body 
{
	background-image: url('/images/background.gif');
	background-repeat: repeat-y;
	margin: 0px; padding: 0px;
}

A:link { color: #003471; }
A:visited { color: #003471; }
A:hover  {
   	color : #00A9E7;
   	text-decoration : none;
}
A:active { color: #00A9E7; }
A { text-decoration: none; }

.headertxt { 
	font-size:14px;
	font-family:Tahoma, Arial, Verdana;
	color:#003471;
	font-weight:bold;
/*	font-style:oblique; */
/*	text-shadow:#003399; */
}
.news1 {
	font-size:13px;
	font-family:Tahoma, Arial, Verdana;
	color:#003471;
}
b {
	font-size:13px;
	font-family:Tahoma, Arial, Verdana;
	color:#00A9E7;
}
.newstxt {
	font-size:10px;
	font-family:Tahoma, Arial, Verdana;
	color:#003471;
}
.foottxt {
	font-size:9px;
	font-family:Tahoma, Arial, Verdana;
	color:#898A8B;
}
.boxtxt {
	font-size:12px;
	font-family:Tahoma, Arial, Verdana;
	color:#003471;
}

#object1 {
/*	postition: absolute; */
	background: url(images/whFill.gif) repeat;
	top: 600px;
	left: 0px;
	height: 300px;
}

#hideit {
	display: none;
}

.borderheight {
	height: 100%;
}



