BODY {
	font-family: Verdana, Arial;
	font-weight: normal;
	color: #333366;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
}

TD {
	font-family: Verdana, Arial;
	font-weight: normal;
	color: #333366;
	text-decoration: none;
	font-size: 12px;
}

#TDBottomBorder{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #336699;
	background-color: #eeffff;
}

#TDBlueBorder{
	background-color: #eeffff;
	border-color: #336699;
	border-width: 1px;
	border-style: solid;
}

#ImageBorder {
	border-color: #004080;
	border-width: 1px;
	border-style: solid
}
.ImagePadding {
	border-color: #004080;
	border-width: 1px;
	border-style: solid;
	margin-right: 10px
}
A {
	color: #336699;
	text-decoration: underline;
	}

A:VISITED {
	color: #336699;
	text-decoration: underline;
}

A:HOVER {
	color: #6699cc;
	text-decoration: none;
}

A:ACTIVE {
	color: #336699;
	text-decoration: underline;
}

#TDBgBorder {
	background-color: #fafafa;
	border-color: #336699;
	border-width: 1px;
	border-style: solid
}

#SmallText {
	font-family: Verdana, Arial;
	font-weight: normal;
	color: #333366;
	text-decoration: none;
	font-size: 11px;
}

#WhiteTextBold {
	font-family: Verdana, Arial;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-size: 12px;
}