BODY {
	background-color: #DCFDD7;
	/* background-color: #FBFBE3; */
	COLOR: #333366;
	FONT-FAMILY: sans-serif;
	margin-top: 35px;	
	margin-bottom: 35px;	
	margin-right: 70px;	
	margin-left: 70px;	
	/*
	#height: 60%;
	_height: 60%;	
	*/
}

html, form {
	
} 

.MainTable {
	background-color: #F3F2F4;
	/*
	border-top: 1px solid black;
	border-bottom: 3px groove black;
	border-left: 1px solid black;
	border-right: 3px groove black;
	*/
	height: 100%;
}
/* Menu Items */
.MenuTable {
	background-color: #F3F2F4;
	height: 100%;
	#height: 65%;
	_height: 100%;
}
.MenuTable TD{
	border-bottom: 1px solid white;
	border-collapse: collapse;	
}
.MenuItem {
	/* background-color: #8CB7C7; */
	background-color: #597CBF;
	border-bottom: 1px solid white;
	border-collapse: collapse;	
	white-space: nowrap;
	height: 10px;
}
.MenuLink {
	color: white;
	text-decoration: none;
}
.MenuLink:hover {
	color: #9D041F;
	text-decoration: none;
}
.MenuFiller{
	background-color: #597CBF;	
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	width: 25%;
	height: 100%;
}
.MenuFillerImage{
	background-image: url("images/cline_filler.png");
	background-repeat: no-repeat;
	border: none;
	height: 100%;	
}

/* Body Items */
.BodyTable{

	height: 100%;
	#height: 75%;
	_height: 75%;	
}
/* Body Items */
.BodyTable TD{

}
.BodyFiller{
	width: 75%;
	height: 100%;
}
.BodyText{
	FONT-FAMILY: times;
	font-style: italic;
	font-size: larger;
	color: black;
}
.BodyTextBold{
	FONT-FAMILY: times;
	font-weight: bold;
	color: black;
}
.BodyTextLink{
	FONT-FAMILY: times;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
.BodyTextLink:hover{
	FONT-FAMILY: times;
	font-style: italic;
	font-weight: bold;
	text-decoration: ;
	color: #9D041F;
}
.BodyTextItalics{
	FONT-FAMILY: times;
	font-style: italic;
	color: black;
}
.BodyTextBoldItalics{
	FONT-FAMILY: times;
	font-style: italic;
	font-weight: bold;
	color: black;
}
.BodyTextBoldUnderline{
	FONT-FAMILY: times;
	font-style: italic;
	text-decoration: underline;
	font-size: larger;
	font-weight: bold;
	color: black;
}
.BodyTextNormal{
	FONT-FAMILY: times;
	color: black;
}
.BodyTextBoldLarger{
	FONT-FAMILY: times;
	font-size: 36px;
	font-weight: bold;
	color: black;
}
.SignCell{
	height: 100%;
}
/* Footer Items */
.FooterTable {
}
.FooterTable TD{
}
.FooterItem {
	text-align: center;
	background-color: #597CBF;
	width: 12%;
}
.FooterLink {
	color: white;
	text-decoration: none;
	font-size: small;
}
.FooterLink:hover {
	color: #9D041F;
	text-decoration: none;
}

.RightBoldLabel{
	text-align: right;
	font-weight: bold;
	height: 5%;
	white-space: nowrap;
}
.RightBoldLabel_Required{
	text-align: right;
	font-weight: bold;
	color: red;
	height: 5%;
}
.FillerCell{
	height: 5%;
	width: 5%;
}
.LeftLabel{
	height: 5%;
}
.RequiredInstructions{
	color: red;
	font-size: smaller;
}
.SectionHeader {
	font-size: larger;
	font-weight: bold;
	padding: 5px;
	height: 5%;
}
.FormButton {
	font-size: 10pt;
	background-color: #597CBF;
	color: #ffffff
}
.StatusMessage{
	color: blue;
	font-size: 11px;
}
.ErrorMessage{
	color: red;
	font-size: 11px;
}
.Filler{
	background-color: #597CBF;	
}


.NoBorderImage{
	border: none;
}
