body {
	font-style : normal;
	font-weight : normal;
	font-size : 11px;
	font-family: arial, Arial, Helvetica, sans-serif;
	color: #333333;
}

p {
	line-height: 180%;
}

p strong {
	color: #a70542;
}

img {
	border: none;
}

h1 {
	font-size: 120%;
	font-family: arial, trebuchet ms;
	color: #a70542;
	font-style: normal;
}

h2 {
	font-family: arial;
	font-size: 110%;
	color:#a70542;
	font-style: normal;
	margin: 5px 0px 5px 0px;
}

h3 {
	font-family: arial;
	font-size: 105%;
	color:#cccccc;
	font-style: normal;
	margin: 5px 0px 0px 0px;
	font-weight: normal;
}

h4 {
	font-family: arial;
	font-size: 125%;
	color:#a70542;
	font-style: normal;
	margin: 5px 0px 0px 0px;
	font-weight: bold;
}

h5 {
	font-size: 120%;
	font-family: arial, trebuchet ms;
	color: #a70542;
	font-style: normal;
	margin:0px 0px -6px 0px;
	padding: 0px 0px 0px 0px;
	text-indent:0px;
}


h6 {
	font-family: arial;
	font-size: 100%;
	color: #504d4d;
	font-style: normal;
	margin: 13px 0px 3px 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 23px;
}
/*-----------------------------------------------------------------*/

ul {
	color : #000000;
}

li {
	line-height: 180%;
}


/*-----------------------------------------------------------------*/

hr {
	border-top: 1px solid #afb2b4;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 100%;
	text-align: left;
}


/*-----------------------------------------------------------------*/

a {
	text-decoration: none;
	color: #a70542;
}

a:hover {
	text-decoration: underline;
}

.location {
	color: #003366;
}