/* CSS Document */
body {
	background-color: #ffffff; /* set background color for the page */
	text-align:center; /* dont change */
}

div.banner{
	width:995px; /*set this while setting image*/
	height: 188px; /*set this while setting image*/
	background-image:  images/header.jpg); /*insert image url here*/
	background-color: #ffffff; /*background image color is set to white*/
	margin:auto; /* dont change */
}

.link {
	font: 10pt "Verdana";
	color: #7C0602;
	text-decoration: underline;
	
}

.heading {
	font: bold 10pt "Verdana";
	color: #7C0602;
	
}

.heading2 {
	font: bold 10pt "Verdana";
	color: #000000;
	
}

.content {
	font: 10pt "Verdana";
	color: #000000;
	
}

.heading_link {
	font: 10pt "Verdana";
	color: #7C0602;
	text-decoration: underline;
	margin-top:0px;
	margin-bottom:0px;
}

.note {
	font: 8pt "Verdana";
	color: #666666;
	margin-top:0px;
	margin-bottom:0px;	
	
}
p.title {
	width:490px; /*sets the width of the header panel*/
	height:25px; /*sets the width of the header panel*/
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	font: bold 16pt "Arial";
	color: #FFFFFF;
	background-color: #000000;	
}

.bands_heading2 {
	font: bold 10pt "Verdana";
	color: #000000;
	margin-top:0px;
	margin-bottom:0px;
}

.bands_content {
	font: 10pt "Verdana";
	color: #000000;
	margin-top:0px;
	margin-bottom:0px;
}

.bands_link {
	font: 10pt "Verdana";
	color: #7C0602;
	text-decoration: underline;
	margin-top:10px;
	margin-bottom:0px;
}