body{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#1f3a51;
}
#wrapper{ padding:10px; }
#logo{ margin-bottom:10px; }
h2{
	font-family:Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
p, ul{
	margin-bottom:12px;
}
a{
	color:#8e95a2;
	text-decoration:underline;
}
a:hover{ text-decoration:none; }
.invisible{ display:none; }
.grey_block{
	border:1px solid #cdd6e1;
	padding:10px;
	margin-bottom:12px;
}
ul.tri li{
	padding-left:22px;
	background-image:url('../images/bul_green_arrow.gif');
	background-position:10px 5px;
	background-repeat:no-repeat;
}
ul.unpadded_tri li{
	padding-left:12px;
	background-position:0 5px;
}
ul.squa li{
	padding-left:14px;
	margin-bottom:20px;
	background-image:url('../images/bul_green_square.gif');
	background-position:0 4px;
	background-repeat:no-repeat;
}
ul.grey_h_rules li{
	border-top:1px solid #e8edf1;
	padding-top:5px;
	padding-bottom:5px;
}
ul.three_col li{
	float:left;
	width:31%;
}
ul.two_col li{
	float:left;
	width:44%;
}
.clear{ clear:both; }
/*Fonts*/
.font_a12{
	font-family:Arial, sans-serif;
	font-size:12px;
}
.font_a11{
	font-family:Arial, sans-serif;
	font-size:11px;
}
.font_a10{
	font-family:Arial, sans-serif;
	font-size:10px;
}
/*Font colors*/
.color_grey{ color:#8e95a2; } 
.color_dblue{ color:#1f3a51; }
.color_mblue2{ color:#2d5a81; }
.color_mblue{ color:#4a7198; }
.last{ margin-bottom:0; }
