

@font-face {
    font-family: 'BreeSerifRegular';
    src: url('BreeSerif-Regular-webfont.eot');
    src: url('BreeSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('BreeSerif-Regular-webfont.woff') format('woff'),
         url('BreeSerif-Regular-webfont.ttf') format('truetype'),
         url('BreeSerif-Regular-webfont.svg#BreeSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html
{
	font-family:'BreeSerifRegular', Arial, sans-serif;
	font-size:12px;
	color:#000000;
	height:100%;	
}

p
{
	line-height:18px;
}

p, table
{
	margin-bottom:15px;
}

h1, .h1
{
	color:#de1a1f;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;	
}

h2
{
	color:#de1a1f;
	font-size:16px;
	font-weight:bold;
	margin-bottom:2px;	
}

h3
{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:2px;	
}

ul,ol
{
	margin-left:15px;
}

a
{
	color:#df1f26;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

.clear
{
	clear:both;
}

input
{
	border:1px solid #999;
}
input[type=submit]
{
	cursor:pointer;
}


