﻿body, div, p, ul, ol, li, fieldset, legend, label, h1, h2, h3, h4, h5, h6, blockquote, span
{
	padding: 0px;
	margin: 0px;
}
body
{
	font-family: Arial;
	font-size: 13px;
	color: #30414e;
}
img
{
	border: 0px;
}
a
{
	color: #e73b46;
	text-decoration: underline;
}
a:hover
{
	color: #535F69;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
	font-weight: normal;
	color: #e73b46;
}
h1
{
	font-size: 24px;
	margin-bottom: 15px;
}
h2
{
}
h3
{
	font-size: 16px;
}
h4
{
}
h5
{
}
h6
{
}
p
{
	padding: 10px 0;
}
.ingress
{
	font-size: 16px;
}
fieldset
{
	border: 0;
}
fieldset legend
{
	display: none;
}
ul
{
	padding:5px 15px;
}