
body {
	/* Put default content font in the body tag below */
	font-face: Arial;
	
	background-color: #a4a7a9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.left_fade {
	background-image: url(images/shadow_right.gif);
	background-repeat: repeat-y; 
}

UL.BLUE {
	list-style-type: disc;
	color: blue;
	text-color: black;
}

ul {
	list-style-type: disc;
	color: #008dcb;
}

.footer_contact_info {
	margin-left: 18px;
	text-align: center;
	font-size: 10pt;
}

.header_headline {
	font-weight: bold;
	color: #008DCB;
	text-transform: uppercase;
}

.header_sub_headline {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	text-transform: uppercase;
}

.copyright {
	text-align: center;
	font-size: 10pt;
}

.headline {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14pt;
	text-align: center;
}

.blue_bold {
	font-weight: bold;
	color: #008DCB;
}

.header_bold {
	font-weight: bold;
	font-size: 13pt;
}

.follow_up {
	color: #000000;
	font-weight: bold;
}

.paragraph_seperator {
	height: 12px;
}