body {
	background-image: url(../images/layout/BCChauffeur_Bg.jpg);
	background-repeat: repeat-x;
	background-color: #2B2B2B;
}
.frameBrd{
	border: 1px solid #4A4A4A;
}
.margin {
	margin: 7px;
}
p,td,div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
}
a:link, a:visited{
	color: #A80000;
}
a:hover, a:active {
	color: #999999;
	text-decoration: none;
}
.imgBrd {
	border: 1px solid #9D0000;
}
.imgBrdRight {
	border: 1px solid #666666;
	margin: 4px;
	padding: 4px;
}
.hdBg {
	background-image: url(../images/layout/hdGreyM.jpg);
	background-repeat: repeat-x;
}
.hdBgLeft{
	background-image: url(../images/layout/hdGreyL.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 100%;
}
.hdBgLeft  div{
	background-image: url(../images/layout/hdGreyR.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 24px;
	color: #ffffff;
	padding-top: 4px;
	text-indent: 6px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: bold;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
	font-weight: bold;
	color:#A80000;
}
.hdMainBg {
	background-image: url(../images/layout/hdRedM.jpg);
	background-repeat: repeat-x;
}
.hdMainBgLeft{
	background-image: url(../images/layout/hdRedL.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 100%;
}
.hdMainBgLeft  div{
	background-image: url(../images/layout/hdRedR.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 24px;
	color: #ffffff;
	padding-top: 4px;
	text-indent: 10px;
}
hr{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B8B8B8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #292929;
}
.columnBg {
	background-image: url(../images/layout/columnBg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #323232;
}
ul {
	list-style-type: square;
	font-size: 12px;
}
.smTxt{
	font-size: 11px;
}
.rdTxt{
	color:#A80000;
}
.hrRed{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A80000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}