.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	background-color: #005596;
}
body {
	background-color: #CCCCCC;
	margin:0
}

table {
	background-color: #FFFFFF;
}

.insetTable {
	background-color: #ffffff;
	border: 1px solid #005596;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height:150%;
	text-indent: 5px;
	background-color: #005596;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:150%;
	text-indent: 5px;
	text-align:center;
}

.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	border: 1px solid #003399;
}
.whiteBox {
	font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;

	font-size: 12px;
	text-indent: 0px;
	background-color: #005596;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.rightBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	border-right-width: 1px;
	border-right-style: ridge;
	border-right-color: #0033FF;
}
.bottomBox {
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #0033FF;
}
.leftColumn {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;

	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #005596;
	vertical-align: top;	
}
.insetCells {
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #005596;
}

a.white {font-family: Arial, Helvetica, sans-serif;color: #FFFFFF;font-size: 12px;text-decoration : none;}
a.white:Hover {font-family: Arial, Helvetica, sans-serif;color: #FFFFFF;font-size: 12px;text-decoration : underline;}
a.small {font-family: Arial, Helvetica, sans-serif;color: #0033FF;font-size: 10px;text-decoration : none;}


