﻿body {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 10px 10px 10px;
	margin: 0;
	background: #fff;
	line-height: 18px;
}

img {
	border: none;
}

/*  links */

a {
	color: #004f5c;
	text-decoration: none;
	}
	
a:hover {
	color: #ca0002;
	text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 18px;
	}
	
h1 {
	font-size: 30px;
	line-height: 36px;
	margin: 0;
	font-weight: normal;
	}
	
h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 9px 0;
	font-weight: normal;
	}
	
h3 {
  margin: 0 0 9px;
  font-size: 18px;
  line-height: 22px;
  padding: 0;
	}
	
h4 {
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
