a
	{
		color: #FFFFFF;
		text-decoration: none;
	}
a:hover
	{
		color: 	#555555;
		text-decoration: none;
	}
body
	{
		background-color: #EEEEEE;
		margin: 0px;
		color: #555555;
		font-family: Arial;
	}

h1
	{
		font-size: 14px;
		text-align: left;	
	}
	
h2
	{
	font-size: 14px;
	height: 14px;
	vertical-align: middle;
	text-align: right;
	}

.tblMain
	{
	width: 723px;
	background-color: #FFFFFF;
	font-size: 12px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000b70;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000b70;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000b70;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	color: #000;
	}
	
.tdDivider
	{
		height: 2px;
	}

.tdBottomBar
	{
	background-color: #000b70;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	}
.red {
	color: #F00;
}

