@charset "utf-8";
/* CSS Document */

html,body {
	padding: 0px;
	color: #4c5f65;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	background-color: #ffffff;
	background-image: url('images/bg_header.jpg');
	background-position:top;
	background-repeat:repeat-x;
}


img {
	border: none;
}

p {
	padding-bottom: 8px;
	margin-top:0px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 2px;
	color: #e30163;
	padding-top: 10px;
	text-transform:uppercase;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #e30163;
	letter-spacing: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #e30163;
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #e30163;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}



h5 {
	font-size: 13px;
	font-weight: bold;
	color: #e30163;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
}
h6 {
	font-size: 13px;
	font-weight: normal;
	color: #e30163;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	text-align:center;
}

a:link {
	color: #e30163;
	text-decoration: none;
}

a:visited {
	color: #e30163;
	text-decoration: none;
}
a:hover {
	color: #4c5f65;
	text-decoration: underline;
}

a.footer:link {
	color: #ffffff;
	text-decoration: none;
	font-size:11px;
}

a.footer:visited {
	color: #ffffff;
	text-decoration: none;
	font-size:11px;
}
a.footer:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size:11px;
}
.footer
{
    color: #ffffff;
    font-size:11px;
}
.dashes {
    border-top: 1px dotted #cccccc;
    margin-top: 5px;
    border-bottom: 0;
}

