body {
	text-align: center;
    margin:0;
    padding:0


}



.bodyBG{

    background-image:url('../images/bgff.gif'); 
    background-position:center;
    background-repeat:repeat-y;
}



#wrapper {
	margin:0 auto;
	width:800px;
	text-align: left;
}




table.main {

			border-left:0;
			border-right:0;
			border-top:0 none;
			border-bottom:0;
			border-collapse: collapse;
			background-color: white;
			cell-padding:0;
			cell-spacing:0;
}


table.main td {
			background-color: white;
			background-image:  none;
			
			background-position: 0px 0px; 
			background-repeat: no-repeat; 
			font-family: Verdana;
			font-style: normal; 
			text-align: center;
			font-size:9pt;
			margin: 0px;
			border-width: 0px;
			padding: 0px;
			border-style: none;
			-moz-border-radius: ;
}






table.data {

			border-left:1;
			border-right:1;
			border-top:1 none;
			border-bottom:1;
			border-color:#BBD2E6
			border-collapse: collapse;
			background-color: #F0F9FF;
			cell-padding:0;
			cell-spacing:0;
			align:center;
}


table.data th {
			background-color: #BBD2E6;
			background-image:  none;
			
			background-position: 0px 0px; 
			background-repeat: no-repeat; 
			font-family: Verdana;
			font-style: normal; 
			text-align: center;
			font-size:8pt;
			margin: 0px;
			border-width: 0px;
			padding: 0px;
			border-style: none;
			-moz-border-radius: ;
}


table.data td {
			background-color: #F0F9FF;
			background-image:  none;
			valign:left;
			background-position: 0px 0px; 
			background-repeat: no-repeat; 
			font-family: Verdana;
			font-style: normal; 
			text-align: center;
			font-size:8pt;
			margin: 0px;
			border-width: 0px;
			padding: 0px;
			border-style: none;
			-moz-border-radius: ;
}

a {
	color: #00009C;
	text-decoration: none;
}

a.visited {
	color: #999999;
}
a:hover {
	text-decoration: underline;
}

#table1 tr td
{
	border-right-color:#FFF !important;
	}