body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#016B9D;
	}

td,tr{
	color:#333333;

    font-size:12px;

}

A:link{
color:#333333;
text-decoration:none;}

A:visited{
color:#333333;
text-decoration:none;}

A:active{
color:#333333;
text-decoration:none;}

A:hover{
color:#ff0000;
text-decoration:underline;}
.black A:link{
color:#000000;
text-decoration:none;}

.black A:visited{
color:#000000;
text-decoration:none;}

.black A:active{
color:#000000;
text-decoration:none;}

.black A:hover{
color:#000000;	
text-decoration:underline;}


input{
font-size:12px;
}
.line22{
line-height:22px;

}
.title{
color:#05425E;
}
table.datagrid2{
		border-collapse: collapse; 
	}
	table.datagrid2 th{
	text-align: center;
	padding: 3px;
	border: 1px #333 solid;
	background-color: #7FD8FC;
	}
	table.datagrid2 td{
		padding: 3px;
		border: none;
		height:30px;
		border:1px #333 solid;
		text-align: center;
	}