body{
	background-image: url(../images/bbgack.gif);
	background-repeat: repeat;
	background-attachment:fixed;
	background-color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4D4D4D;
	margin: 0px;
}
.header-bg{
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	background-color: #024268;
}
.flash-bg{
	background-image: url(../images/flash-bg.jpg);
	background-repeat: no-repeat;
}
.hr-red-bg{
	background-image: url(../images/hr-red-line.jpg);
	background-repeat: repeat-x;
	background-color: #FF0101;
}
.logo{
	background-image: url(../images/bvrit_logo.jpg);
	background-repeat: no-repeat;
}
.bvrit_name{
	background-image: url(../images/bvrit-name.jpg);
	background-repeat: no-repeat;
}
.menu-bg{
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
	background-color: #004469;
}
.footer-bg{
	background-image: url(../images/fooetr-bg.jpg);
	background-repeat: repeat-x;
	background-color: #024268;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.box-border{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BEBEBE;
	border-right-color: #BEBEBE;
	border-bottom-color: #BEBEBE;
	border-left-color: #BEBEBE;
}
.normal-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4D4D4D;
	padding-right: 5px;
	padding-left: 5px;
}

.grey-bg {
	background-color: #EEEEEE;
	border: 1px solid #919191;
}
.grey-bg1 {
	background-color: #F5F5F5;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	padding-left: 8px;
	font-weight: bold;
}
