.FullBorder {
	border: 1px solid #0E2960;
}
.TopBottBrdr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.TopBck {
	background-attachment: fixed;
	background-image: url(images/top_bck.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.TopCurve {
	background-attachment: fixed;
	background-image: url(images/top_curve.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.TitleText {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;

}
.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Divide {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
}
.SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.LeftAlign {
	float: left;
}
