p{
    font-size: 0.8em;
    line-height: 1.5;
	margin: 1em 0;
	display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	zoom: 1;
	color: #333333;
	font-family: Arial, sans-serif;
}
h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 2em 0 0 0;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    zoom: 1;
    color: #333333;
    font-family: Arial, sans-serif;
    line-height: 1.3;
}
.hr {
    border-bottom: 1px solid #cccccc;
    height: 1px;
    clear: both;
    padding-top: 20px;
    margin-bottom: 20px;
    width: 100%;
	font-family: Arial, sans-serif;
    line-height: 1.3;
	font-size: 100%;
	color: #333333;
	zoom: 1;
	display: block;
}
a
 {
    color: black;
}
a:-webkit-any-link {
    text-decoration: underline;
    cursor: auto;
}