body {
	margin: 0px;
	font-family: arial;
}
a:link, a:visited, a:active, a:hover {
	color: #333388;
	background: transparent;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #0033CC;
}
.hf:link, .hf:visited, .hf:hover, .hf:active {
	color: #FFFFFF;
}
.normal:link, .normal:visited, .normal:active {
	color: #0033CC;
	text-decoration: underline;
}
.normal:hover {
	color: #FF0000;
	text-decoration: underline;
}

input, select, textarea {
	font-size: 12px;
	font-family: arial;
}
td, p, font {
	font-size: 12px;
	vertical-align: top;
}

.Table {
	width: 100%;
	border: none;
}
.TableLeft {
	background-color: #DEEBFF;
}
.TableRight {
color: #333388;
	background-color: #DEEBFF;
}
.TableLeftRight {
	background-color: #DEEBFF;
}
.TableFooter {
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	height: 18px;
}
.TableBottom {
	background-color: #9988CC;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
}

.HorzTopMenu {
	color: #FFFFFF;
	background-color: #0066CC;
	text-align: center;
	height: 18px;
	border: #FF0000;
}
.HorzBGMenu {
	background-color: #FFFFFF;
	height: 35px;
}
.HorzBottomMenu {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #8893E3;
	text-align: center;
}
.VertBanner {
	background-color: #CCCCCC;
	text-align: center;
}
.LeftMenu {
	font-size: 14px;
}
.errorFont {
	color: #FF0000;
}
.boldFont {
	font-weight: bold;
}
.deepblueFont {
	color: #333388;
}
.normalButton {
	width: 80px;
}
.NoBorder {
	border-style:none;
}
.TableLeftBorder {
	border-left:1px solid #DDDDDD;
}
.TableRightBorder {
	border-right:1px solid #DDDDDD;
}
.TableLeftRightBorder {
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}
