body {
	background-color:#151515;
	margin: 0px;
	padding: 0px;
	background-image: url(images/layout/bg18.jpg);
}
.smTxt {
	font-family:  Tahoma, Arial, Verdana;
	font-size: 13px;
	color: #FFFFFF;
}
p,td,div{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.hpTxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}
.imgBBorder{
	border: 1px solid #FFFFFF;
}
.imgLColBorder{
	border: 1px solid #333333;
}
.pgHeading{
	color:#9B241E;
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
	
}
.footerTxt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

a:link {
	color: #9B241E;
	text-decoration: underline;
}
a:visited {
	color: #9B241E;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.navBg {
	background-image: url(images/layout/navBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
}
.bodyBorder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.footerDiv {
	background-image: url(images/layout/footerDiv.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.lgTxt{
	font-family:  Tahoma, Arial, Verdana;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.pgHeadBg {
	background-image: url(images/layout/pgHeadBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 747px;
	height: 65px;
}
.lColBg {
	background-image: url(images/layout/leftColumBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 623px;
	width: 251px;
}
.lColHead {
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #737373;
	border-bottom-color: #737373;
	padding: 8px 8px 8px 15px;
	font-variant: small-caps;
}
li {
	list-style-position: outside;
	list-style-image: url(images/layout/iconBullet.gif);
}
.horLine {
	height: 1px;
	border: 1px dotted #666666;
}
.specBorder {
	border: 2px dashed #727272;
}