@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	text-align: center;
}

p {
	margin: 0px 0px 25px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2e414e;
	text-decoration: none;
	width: 470px;
}

p a {
	color: #d31148;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

h2 {
	margin: 0px 0px 10px;
	display: block;
	width: 480px;
	height: 24px;
	background-repeat: no-repeat;
}

h4 {
	margin: 0px 0px 7px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2e414e;
	text-decoration: none;
}

h2 span {
	display: none;	
}


h3 {
	margin: 0px 0px 10px;
	display: block;
	width: 480px;
	height: 24px;
	background-repeat: no-repeat;
}

li h3 {
	margin: 0px 0px 2px;
	display: block;
	height: auto;
}




h3 span {
	display: none;	
}

small {
	display: block;
	float: none;
	margin: 0px 0px 25px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2e414e;
	text-decoration: none;
}

small a {
	color: #d31148;
	text-decoration: none;
}


/* ----------- SMALL Bullet List ----------- */

#leftContent ol {
	display: block;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 25px;
	padding: 0px 0px 0px 17px;
	list-style: decimal outside;
}

#leftContent ol li {
	margin: 0px 0px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2e414e;
	text-decoration: none;
}

ol li a {
	color: #d31148;
	text-decoration: none;
}

#leftContent ol li ul {
	display: block;
	height: auto;
	overflow: hidden;
	margin: 10px 0px 10px;
	padding: 0px 0px 0px 17px;
	list-style: disc outside ;
}

#leftContent ol li ul li {
	background-image: none;
	margin: 0px 0px 6px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2e414e;
	text-decoration: none;
}



