@font-face {
	font-family: 'Aller';
    src: url('../fonts/aller-webfont.eot');
    src: url('../fonts/aller-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller-webfont.woff') format('woff'),
         url('../fonts/aller-webfont.ttf') format('truetype'),
         url('../fonts/aller-webfont.svg#AllerItalic') format('svg');
}

@font-face {
	font-family: 'AllerBold';
    src: url('../fonts/aller_bd-webfont.eot');
    src: url('../fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_bd-webfont.woff') format('woff'),
         url('../fonts/aller_bd-webfont.ttf') format('truetype'),
         url('../fonts/aller_bd-webfont.svg#AllerItalic') format('svg');
}

@font-face {
	font-family: 'AllerItalic';
    src: url('../fonts/aller_it-webfont.eot');
    src: url('../fonts/aller_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_it-webfont.woff') format('woff'),
         url('../fonts/aller_it-webfont.ttf') format('truetype'),
         url('../fonts/aller_it-webfont.svg#AllerItalic') format('svg');
}

body, td {
	font: 12px/20px Aller, Arial, Helvetica, sans-serif;
	color: #444;
}

strong {
	font-weight: normal;
    font-family: AllerBold, Arial, Helvetica, sans-serif;
}

em {
	font-style: normal;
    font-family: AllerItalic, Arial, Helvetica, sans-serif;
}

strong em,
em strong {
	font-size: 16px;
    font-family: Aller, Arial, Helvetica, sans-serif;
}

h1, h2, h3, p {
	margin: 0;
	font-weight: normal;
}

h1 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 20px;
	color: #762123;
}

h2 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #762123;
}

h3 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #264c93;
}

p {
	margin: 0 0 20px 0;	
}

ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

ul li {
	background: url('../img/arrow-fff.gif') 0 7px no-repeat;
	padding-left: 15px;
}

a {
	color: #264c93;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}