
body, p, h1, h2, h3, h4, h5, ul, li, table, form, dd, dl, dt
{
   	margin	: 0;
	padding : 0;
	border	: none;
}

body
{
	background-color :#fff;
	font-family	: 'Segoe UI', Tahoma, sans-serif;
	font-size   : 11px;
	font-weight : normal;
	color       : #595959;
}

img 	{ border : none; }
a {outline:none;}

input{
	font-family	: 'Segoe UI', Tahoma, sans-serif;
	font-size:10px;
}

h1{
	font-size:24px;
	color:#d42e12;
	font-weight:normal;
	margin-bottom:20px;
	font-family	: 'Segoe UI', Tahoma, sans-serif;
}

h2{
	font-size:24px;
	color:#d42e12;
	font-weight:normal;
	margin-bottom:10px;
	font-family	: 'Segoe UI', Tahoma, sans-serif;
}

.middle p{
	text-align:justify;
	padding-bottom:20px;
}

.content ul{
	list-style-type:none;
}

.content li{
	background-image:url(images/contentLi.jpg);
	background-repeat:no-repeat;
	background-position:0 7px;
	padding-left:7px;
	padding-bottom:20px;
}