BODY{ 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*SCROLLBAR-FACE-COLOR: #580019; 
	SCROLLBAR-HIGHLIGHT-COLOR: #fffff2; 
	SCROLLBAR-SHADOW-COLOR: #fffff2; 
	SCROLLBAR-3DLIGHT-COLOR: #fffff2; 
	SCROLLBAR-ARROW-COLOR: #fffff2; 
	SCROLLBAR-TRACK-COLOR: #fffff2; 
	SCROLLBAR-DARKSHADOW-COLOR: #fffff2;*/
}
/*.scrollable { 
width: 480px; 
height: 250px; 
overflow: auto; 
} */
.mainbg {
	background-image: url(../images/home_bg.jpg);
	background-repeat: no-repeat;
	background-color: #E77817;
	/*background-color: #CF7F1F;*/	
}
.topbg {
	background-color: #E77817;
}
.maroonbg {
	background-color: #A41C2B;
}

.ariallink {
	font-family: Arial;
	font-size: 12px;
	color: #EFEFE0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-decoration: none;


}
.header {
	font-family: Arial;
	font-size: 26px;
	color: #A41C2B;
	text-decoration: none;
	font-weight: normal;


}
.text12 {
	font-family: Arial;
	font-size: 12px;
	color: #4C4A4B;
	text-decoration: none;
}
.text12:hover {
	font-family: Arial;
	font-size: 12px;
	color: #A41C2B;
	text-decoration: underline;
}
.text12red {
	font-family: Arial;
	font-size: 12px;
	color: #A41C2B;
	text-decoration: none;
}
.subheader {
	font-family: Arial;
	font-size: 16px;
	color: #A41C2B;
	text-decoration: none;
	font-weight: normal;
}
.dot {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	width: 5px;
}


/*Page related styles for you to view*/
#mycustomscroll {
	width: 480px;
	height: 220px;
	overflow: auto;
	position: relative;
	background-color: #E4E4D7;
	left: 2px;

}
/* general page style ends here */
.breadcrum {
	font-family: Arial;
	font-size: 12px;
	color: #A41C2B;
	text-decoration: none;
	padding-top:20px;
	padding-bottom:20px;
}
.lgreybg {
	background-color: #E4E4D7;
}

