/****************************************************************************************************
- Styles in this sheet are used for customising headers, font faces, sizes, weights and colours.
****************************************************************************************************/

body {
	font-family: Trebuchet Ms, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
}

@font-face {  
	font-family: "Helvetica Light";  
	src: url(helv_light.eot); /* IE */
	src: local("Helvetica Light"), url(helv_light.ttf) format("truetype"); /* non-IE */
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #c60b46;
	font-family: georgia, helvetica, verdana, sans-serif;
	font-size: 22px;
	padding: 0 0 15px 0;
	text-transform: uppercase;
}

h2 {
	font-family: "Helvetica Light", helvetica, verdana, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;	
}

h3 {
	font-family: "Helvetica Light", helvetica, verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 22px 0;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 5px 0;
}

h5 {
	font-size: 16px;
	font-weight: normal;
	color: #c60b46;
}

h6 {
	font-family: "Helvetica Light", helvetica, verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
