@charset "utf-8";
/* CSS Document */

h1 {
	margin:10px 0 15px 0;
	padding:0;
	font-size:25px;
	border-bottom:solid 1px #000000;
	clear:both;
	color:#000000;
	font-weight:normal;
}

h2 {
	margin:0;
	padding:0 0 10px 0;
	font-size:18px;
	float:right;
	width:700px;
	color:#A7A7A7;
}

div.sponsorItem {
	margin:5px 0 25px 0;
	padding:0;
	font-size:12px;
	clear:both;
}

img.logoSponsor {
	float:left;
	border:none;
	margin: 0 10px 10px 0;
}

div.sponsorItem p {
	margin:0 0 5px 0;
	padding:0;
	float:right;
	width:700px;
}

div.sponsorItem a:link {
	color:#003399;
	text-decoration:underline;
}
div.sponsorItem a:visited {
	color:#003399;
	text-decoration:underline;
}
div.sponsorItem a:hover {
	color:#003399;
	text-decoration:none;
}


