body {
	background-color: #D4D4D4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.height {
	height:100%;
}
.backwhite {
	background-color: #FFFFFF;
}
.greyarea {
	background-color: #666666;
}
.lightgreyarea {
	background-color: #cccccc;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.fadedgreyarea {
	background-color: #e4e4e4;
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	padding-left: 5px;
}
.flashback {
	background-image: url(../images/flashbackground.jpg);
	background-repeat: repeat-x;
	height: 125px;
	background-position: left top;
}
.footerBg {
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 29px;
}

.tableHeightAndBg {
	background-image: url(../images/BgBottm.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height:100%;
}



.bg {
	background-color: #999999;
}
.foursideborder {
	border: 1px solid #cccccc;
}
.whitebg {
	background-color: #FFFFFF;
}
.Titles {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	padding-left: 5px;	
}
.titleBg {
background-color:#970000;
}.twosideborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #B7B5B6;
	border-bottom-color: #000000;
	border-left-color: #B7B5B6;
}
.makeContent {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.smallContent {
	font-family: Arial;
	font-size: 12px;
	color: #FFCC33;
}
.block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}
.redContent {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}