body {
	background-color: #6E82A0;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding-top: 22px;
	padding-bottom: 15px;
}
.container {
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Tahoma;
	font-size: 11px;
	color: #777777;
}
.footer {
	font-family: Tahoma;
	font-size: 11px;
	color: #DBE0E7;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

td {
	text-align: left;
}
.n_txt {
	padding: 10px 0px;

}
A:link {font-family: Tahoma;font-size: 11px;text-decoration: none; color: #006699; font-weight:normal;}
A:visited {font-family: Tahoma;font-size: 11px;text-decoration: none; color: #006699; font-weight:normal;}
A:active {font-family: Tahoma;font-size: 11px;text-decoration: none; color: #006699; font-weight:normal;}
A:hover {font-family: Tahoma;font-size: 11px;text-decoration: underline; color: #6E82A0; font-weight:normal;}
.dots {
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	display: block;
	height: 21px;
	width: auto;
}
.aqua {
color: #2B88A3;
}
.green {
color: #8DAF07;
}h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6E82A0;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
th {
	background-color: #6E82A0;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.tbl1 td{ border-collapse:collapse;
border-bottom:solid 1px #CCCCCC;

}
.smll {
	font-size: 10px;
}
div#news
{
margin: 1em auto 0 auto;
background: white;
width: 90%;
height: 200px;
overflow: auto;
background-color: white;
padding: 8px;
border: 1px dashed navy;
text-align:left;
}
