﻿*
{
	margin: 0;
	padding: 0;
	outline: none;
}

body
{
	font-family: Verdana, Arial, Sans-Serif;
	background: #fff;
	font-size: 14px;
	color: #222222;
}

a
{
	color: #ab0f00;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	color: #ab0f00;
	text-decoration:underline;
	font-weight:bold;
}

h1
{
}

h2
{
	font-size: 13px;
	line-height: 18px;
	color: #61160a;
	font-weight:bold;
}

h3
{
	font-size: 16px;
	line-height: 18px;
	color: #61160a;
	font-weight:bold;
}

h4
{
}

h5
{
}

h6
{
}

img
{
	border: none;
}

p
{
	line-height: 17px;
}

ul
{
	list-style: none;
}

ul a
{
	text-decoration: none;
}

li
{
	list-style: none;
}

span
{
	display: none;
}

