.mainBG {
	background-image: url(../imgs/v_repeat.gif);
	background-repeat: repeat-y;
}
.BG {
	background-image: url(../imgs/bkground_repeat.gif);
	background-repeat: repeat-x;
	background-color: #FFFCF4;
}
.bcg {
	background-image: url(../imgs/relo_home_bcg.jpg);
	background-repeat: repeat-x;
}
.pageBcg {
	background-image: url(../imgs/relo_home_pagebcg.jpg);
	background-repeat: repeat-y;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bodyText a:link, .bodyText a:visited, .bodyText a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FB8F02;
	text-decoration:underline;
}
.bodyText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FB8F02;
	text-decoration:none;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.contentHolder {
	height: 200px;
	width: 100%;
	background-image: url(../imgs/side_buffer.gif);
	background-repeat: no-repeat;
}
.highlight {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FB7102;
}
ul {
	list-style-image: url(../imgs/bullet.gif);
}
em {
	color: #FB7102;
	font-style: normal;
}
.homepgText {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
.footerDivider {
	background-image: url(../imgs/footer_divider.gif);
	background-repeat: no-repeat;
	height: 9px;
}
.templateBkgroundFade {
	background-image: url(../imgs/global/tempate_bkground_fade.gif);
	background-repeat: no-repeat;
	height: 155px;
}
body {
	margin: 0px;
}
.titleBar_lft {
	height: 26px;
	width: 20px;
	background-image: url(../imgs/global/titlebar_repeat/lft_corner.gif);
}
.titleBar_rt {
	background-image: url(../imgs/global/titlebar_repeat/rt_corner.gif);
	height: 26px;
	width: 20px;
}
.titleBar_repeat {
	background-image: url(../imgs/global/titlebar_repeat/bar_repeat.gif);
	background-repeat: repeat-x;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
}
.titleBarLight_lft {
	height: 26px;
	width: 20px;
	background-image: url(../imgs/global/titlebar_repeat/lft_cornerLight.gif);
}
.titleBarLight_rt {
	background-image: url(../imgs/global/titlebar_repeat/rt_cornerLight.gif);
	height: 26px;
	width: 20px;
}
.titleBarLight_repeat {
	background-image: url(../imgs/global/titlebar_repeat/bar_repeatLight.gif);
	background-repeat: repeat-x;
	height: 26px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FB7102;
	vertical-align: middle;
}

/* Form Boxes */
.formBox {
	background-color: #FFFFFF;
	background-image: url(../imgs/global/formBox_repeat.gif);
	background-repeat: repeat-x;
	border: 1px solid #DEDDD7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 18px;
	width: 140px;
}
.formBoxExtended {
	background-color: #FFFFFF;
	background-image: url(../imgs/global/formBox_repeat.gif);
	background-repeat: repeat-x;
	border: 1px solid #DEDDD7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 18px;
	width: 200px;
}
.txtBox {
	background-color: #FFFFFF;
	background-image: url(../imgs/global/textBox_repeat.gif);
	background-repeat: repeat-x;
	border: 1px solid #DEDDD7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 60px;
	width: 350px;
	background-position: bottom;
}
.checkBox {
	background-color: #FFFFFF;
	background-image: url(../imgs/global/formBox_repeat.gif);
	background-repeat: repeat-x;
	border: 1px solid #DEDDD7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 15px;
	width: 35px;
}
.italics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
.underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
.largeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.height168 {
	height: 168px;
}
