html {
	height: 100%;
}
body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	height: 100%;
	text-align: center;
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #8E8E8E;
	text-decoration: none;
	font-size: 10px;


}
.mainTABLE {
        text-align: left;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;

}
b {
   color: #666666;
   line-height: 30px;
}
.mainbannerBG {
	background-image: url(images/main_banner_tile.jpg);
	background-repeat: repeat-y;
	padding-left: 25px;
}
.hor-dotBG {
	background-image: url(images/hor-dot.gif);
	background-repeat: repeat-x;
}
.hor-shadBG {
	background-image: url(images/hor-shad.jpg);
	background-repeat: repeat-x;
}
.vert-dotBG {
	background-image: url(images/vert-dot.gif);
	background-repeat: repeat-y;
}
.vert-shadBG {
	background-image: url(images/vert-shad.jpg);
	background-repeat: repeat-y;
	background-color: #ffffff;

}
.white-hor-dotBG {
	background-image: url(images/white-hor-dot.gif);
	background-repeat: repeat-x;
	background-color: #6699CC;
}
.footerScaleBG {
	background-image: url(images/index_footerScale.jpg);
	background-repeat: repeat-y;
}
.hor-dotBG-BORDER {
	background-image: url(images/hor-dot.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.big-bodyTEXT {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 7px;

}
.paragraph-bodyTEXT {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 20px;
	line-height: 28px;
	text-align: justify;
	padding-right: 20px;
	padding-top: 7px;
}
.footerTEXT {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.smallwhiteTEXT {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;

}
a.bodyLINK {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
.side-column {
	background-color: #eeeeee;
	padding-left: 20px;
	font-size: 12px;
}
.mid-column {
	font-size: 12px;
	padding-left: 25px;
}
