body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	font-size: small;
	color: #333;
	background: #005090;#dddddd;
}

.textcenter{
	text-align: center;
}

.textright{
	text-align: right;
}

td.bodytab{
	padding: 5px;
}

td.underline{
	border-bottom: thin #eeeeee solid;
}

td.underline2{
	border-bottom: thin #eeeeee solid;
}

.float-lime-header{
	font-size: 14px;
	border-bottom: thin solid;
}
.float-lime{
	color: #ffffff;
	background-color: #66CC99;
}
.float-lime-tl{
	background:no-repeat url(../imagery/float-bg-lime-tl.gif) bottom right;
}
.float-lime-tr{
	background:no-repeat url(../imagery/float-bg-lime-tr.gif) left bottom;
}
.float-lime-bl{
	background:no-repeat url(../imagery/float-bg-lime-bl.gif) right top;
}
.float-lime-br{
	background:no-repeat url(../imagery/float-bg-lime-br.gif) left top;
}

.float-blue-header{
	font-size: 14px;
	border-bottom: thin solid;
}
.float-blue{
	color: 829C99;
	background-color: #5F726F;
}
.float-blue-tl{
	background:no-repeat url(../imagery/float-bg-blue-tl.gif) bottom right;
}
.float-blue-tr{
	background:no-repeat url(../imagery/float-bg-blue-tr.gif) left bottom;
}
.float-blue-bl{
	background:no-repeat url(../imagery/float-bg-blue-bl.gif) right top;
}
.float-blue-br{
	background:no-repeat url(../imagery/float-bg-blue-br.gif) left top;
}

.float-pad{
	padding: 2px;
}

table{
	background: #FFFFFF;
	text-align: left;
}

.xsmall{
	font-size: x-small;
}

.vbox{
	background-color: #eeeeee;
}

a:link{
	text-decoration:none;
	color: #005090
}

a:visited{
	text-decoration:none;
	color: #005090
}
a:hover{
	text-decoration: underline;
}

.xsmall a:link{
	text-decoration:none;
	color: #555555
}

.xsmall a:visited{
	text-decoration:none;
	color: #555555
}
.xsmall a:hover{
	text-decoration: underline;
}
.text1 {
	font-family: tahoma;
	font-size: 10px;
	color: 829C99;
	font-weight: bold;
}
.text2 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: 293B38;
}
