h1, h2, h3, ul, li, ol
{
	margin:0;
	padding:0;
}

.main
{
	background:#FFFFFF;
	padding:50px 50px 70px 50px;
}

h1
{
	color:#EB1821; /* RED */

	font-weight:normal;
	font-size:22px;
	padding-bottom:2px;
	font-family:Century Gothic, Arial, sans-serif;

	border-bottom:#0D1F5F 1px solid; /* DARK BLUE */
	border-bottom:#677FA3 1px solid; /* PALE BLUE */
	margin-bottom:15px;
}

h2
{
	color:#EB1821; /* RED */
	font-weight:normal;
	font-family:Century Gothic, Arial, sans-serif;
	font-size:16px;
	
	border-bottom:#0D1F5F 1px solid; /* DARK BLUE */
	border-bottom:#677FA3 1px solid; /* PALE BLUE */
	margin-bottom:15px;
}

h3
{
	color:#EB1821; /* RED */
	padding-bottom:15px;
	font-size:14px;
}


ul li
{
	list-style:inside;
}

ul
{
	padding-bottom:15px;
}


.column ul, .column ol
{
	xpadding-left:30px;
	font-weight:bold;
}

.column li
{
	font-weight:bold;
	padding-bottom:15px;
	color:#677FA3; /* PALE BLUE */
	color:#474747; /* GREY */
	
}

.column ul li
{
	list-style:inside;
}
	

.column ol
{
	color:#EB1821; /* RED */
	xlist-style:inside;
	list-style-position:inside;

}

.column ol li
{
	color:#EB1821; /* RED */
}

.column ol li span
{
	color:#677FA3; /* PALE BLUE */
	color:#474747; /* GREY */
}


a
{
	font-weight:bold;
	color:#EB1821; /* RED */
}

a:hover
{
	color:#677FA3; /* PALE BLUE */
}


.intro_text
{
	font-weight:bold;
	float:left;
	width:570px;
	padding-right:40px;
	padding-bottom:15px;
	
	color:#0D1F5F; /* DARK BLUE */
	font-size:12px;
}

/* .intro_text  */
strong
{
	color:#EB1821; /* RED */
}

p.action
{
	color:#0D1F5F; /* DARK BLUE */
	font-weight:bold;
	font-size:12px;
}


.column
{
	float:left;
	width:245px;
	padding-left:60px;
	color:#677FA3; /* PALE BLUE */
	color:#474747; /* GREY */
}

.column.first
{
	padding-left:0;
}

p
{
	padding-bottom:15px;
}

img#bac_logo
{
	xwidth:250px;
	float:left;
}