body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #B8411F;
}

/* Background Images */

.left_bg1 {
	background-image: url(images/left_bg1.jpg);
	background-repeat: no-repeat;
	height: 360px;
	width: 10px;
}

.left_bg2 {
	background-image: url(images/left_bg2.jpg);
	background-repeat: repeat-y;
	width: 10px;
}

.right_bg1 {
	background-image: url(images/right_bg1.jpg);
	background-repeat: no-repeat;
	height: 360px;
	width: 20px;
}

.right_bg2 {
	background-image: url(images/right_bg2.jpg);
	background-repeat: repeat-y;
	width: 20px;
}

.welcome_topbg {
	background-image: url(images/welcome_topbg.jpg);
	background-repeat: repeat-x;
	height: 5px;
}

.welcome_leftbg {
	background-image: url(images/welcome_leftbg.jpg);
	background-repeat: repeat-y;
	width: 5px;
}

.welcome_rightbg {
	background-image: url(images/welcome_rightbg.jpg);
	background-repeat: repeat-y;
	width: 6px;
}

.welcome_bottombg {
	background-image: url(images/welcome_bottombg.jpg);
	background-repeat: repeat-x;
	height: 7px;
}

.welcome_centrebg {
	background-image: url(images/welcome_centrebg.jpg);
	background-repeat: repeat-y;
	width: 7px;
}

.footer_bg {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 51px;
}
.quick_bg {
	background-image: url(images/quick_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #D6D6D6;
	height:75px;
}
.innerleft {
	background-color: #FCF3ED;
	border: 1px solid #F8E3D6;
	width: 175px;
}

.inner_bg {
	background-image: url(images/inner_bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E0E0E0;
	border-left-color: #E0E0E0;
}



/* Headings and Body text */

td {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 21px;
	color: #333333;
	text-align: justify;	
}

.header1 {
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #B8411F;
	font-weight:bold;
}

.orange {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
}

/* Cell Padding */

.p5 {
	padding:5px;
	}
	

/* Hyper Links */


a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #ff6600;
	text-decoration: none;
}

a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}


.blacklink:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.blacklink:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.blacklink:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
