@charset "utf-8";
/* CSS Document */

body {
	font-family: "Arial Black", Gadget, sans-serif;
	margin: 0px;
	background-color:#fff;
	padding-left: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 720px;
	padding-right: 10px;
	padding-left: 10px;
	line-height:20px;
	font-weight: normal;
	color: #333;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #006fa7;
}

a:visited{
 color:#238631;
}

a:hover {
 background-color:#ffec81;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 22px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 10px;
	padding-bottom: 1px;
	font-weight: 600;
	color: #333;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 10px;
	padding-bottom: 1px;
	color: #333;
	font-weight: 600;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
	padding-left: 10px;
	padding-bottom: 1px;
	color: #333;
	font-weight: 600;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-indent: 5px;
	padding: 5px;
	list-style-type: none;
	margin-left: 25px;
	list-style-position: inside;
	clip: rect(auto,auto,auto,auto);
}

li{
 background:transparent url(/2012-portal-images/bullet.png) 0 9px no-repeat;
	font-size: 13px;
 list-style-type: none;
 padding:2px 0 3px 12px;
}
img {
	float:left;
 	padding:0 15px 8px 0;
	border-color:#999;

}
