h1, h2, h3, h4, h5, h6, p, ul, ul li, blockquote {
	margin: 0;
	padding: 0;
}

h1 {
	color: #000;
	font-weight: normal;
	font-size: 38px;
}

.article h1 {
	margin: -10px 0 10px -2px;
	}

h1 a {
	color: #000;
	border: none;
	}
	

h1 a:hover {
	color: #000;
	border: none;
	}

h2 {
	color: #000;
	font-weight: normal;
	font-size: 23px;
	line-height: 140%;
	margin: 0;
	padding: 0;
	min-height:0;
}
.article #content .bodytext h2
{
}
h2 a
{
	color: #000;
	text-decoration:none;
}

h2 a:hover,
h3 a:hover {
	text-decoration:underline;
	}

h3 {
	color: #000;
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	margin: 0;
	padding: 0;
	}

h4 {
	color: #000;
	font-size: 12px;
	padding: 0 0 2px 0;
}

h4 em {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #6d6e71;

	}

h5 {
	color: #6d6e71;
	font-weight: normal;
	font-size: 11px;
	padding: 3px 0 0 0;
	line-height: 140%;
	}
	
#header h5 {
	color: black;
	padding: 0 0 5px 0;
	}
	
h5 em {
	color: #6d6e71;
	}

a {
	color: #d20787;
	min-height:0;
	}
	
a:hover {
	text-decoration: none;
	}

a img {
	border: none;
	}

p {
	color: #000;
	font-size: 12px;
	padding: 0 0 5px 0;
	line-height: 145%;
	}
	
.article #content p {
	padding: 0 0 10px 0;
	}

.article #content .bodytext
{
	color: #000;
	font-size: 12px;
	line-height: 145%;
}
	
.leadtext p, .leadtext{
	font-size: 16px;
	color: #d20787;
	padding: 0 10px 10px 0;
	line-height: 140%;
	}
	

.section .leadtext {
	margin: 0 0 20px 0;
	}
	
.article .leadtext {
	margin: 0;
	}

a:hover {
	border: none;
	}
	
fieldset {
	border: none;
	padding: 0;
	margin: 0;
	}
	
.article #content fieldset {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e2e2e2;
	}


fieldset input {
	margin-bottom: 3px;
	}
	
label {
	font-size: 12px;
	font-weight: normal;
	}

h4 label {
	font-weight: bold;
	font-size: 11px;
	}

input,
select,
textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
input.textfield,
textarea {
	border-top: 1px solid #333;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #333;
	padding: 2px;
	color: #333;
	}

a.goto-fuchsia {
	background-image: url(/media/img/goto-fuchsia.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 14px;
	color: #d20787;
	font-size: 11px;
	}
	
a.goto-grey {
	background-image: url(/media/img/goto-grey.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 14px;
	color: #000;
	font-size: 11px;
	}
	
a.goto-top {
	font-size: 11px;
	}
	
.disabled {
	color: #BBB;
	}
	
.article #content ul {
	float: left;
	padding: 0 0 10px 15px;
	width: 100%;
	}
.article #content .bodytext ul
{
	float:left;
	margin:5px 0 5px 0;
	width:auto;
	padding: 0 0 10px 17px;
}
	

.article #content ul li
{
	font-size: 12px;
	padding: 0 0 3px 0;
}
	
.article #content .bodytext ul li 
{
	font-size: 12px;
	padding: 0 0 3px 0;
}
	
h2.phone
{
	font-size: 15px;
}