/* CSS Document */
body {
	margin-top:0px;
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	background:url(images/bg1.jpg);
	line-height:15px;
}

.tablerborder {
	border-right-width: 1px ;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00a5d6;
	border-right-color: #66ad44;
	border-bottom-color: #66ad44;
	border-left-color: #00a5d6;
	background-color:#FFFFFF;
	    border-collapse: collapse;
	}
	
	
.textalign  {
text-align: center;
} 
	
a, a:visited {
color:#00689d;
}

a:hover {
	color:#6b9103;
}

a.headline, a.headline:visited {
	color:#EF2D12;
	text-decoration:none;
	font:bold 12px Arial, Helvetica, sans-serif;
}

.rightline {
border-right-style:solid;
border-right-color:#cccccc;
border-right-width: 1px;
}
.leftline {
border-left-style:solid;
border-left-color:#cccccc;
border-left-width: 1px;
}
.topline {
border-top-style:solid;
border-top-color:#cccccc;
border-top-width: 1px;
}
.bottomline {
border-bottom-style:solid;
border-bottom-color:#cccccc;
border-bottom-width: 1px;
}
.title {color: #6b9103}