.borderleft {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #cdcdcd;
}
.borderright {
	width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #cdcdcd;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CDE3F9;
}
.header {
	background-image: url(../images/topheader.gif);
	height: 91px;
	width: 650px;
}
.footer {
	height: 85px;
	background-color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}.bodyfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.fontbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #336699;
}
.whtclrlnk {
	color: #FFFFFF;
}
.tabularbox {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: efefef;
	border-right-color: efefef;
	border-bottom-color: efefef;
	border-left-color: efefef;
}
a:link {
	color: #FF3300;
}
a:hover {
	text-decoration: none;
}
