/* -----------------------------------------------------------------------

CSS Document

   * Screen CSS - typography
   * Copyright (c) 2008-Present.
   * Author - www.northlight-studios.co.uk
   * Date of origin - 26/01/09

----------------------------------------------------------------------- */


body {
	font-size:75%;
	color:#000;
	font-family:Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	color: #002D62;
}

h1 {
	font-size:2em;
}

h2 {
	margin-bottom: 10px;
	font-size: 1.8em;
	font-weight: bold;
}

h3 {
	font-size:1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}

h4 {
	font-size:1.6em;
}

h5 {
	font-size:1em;
	font-weight:bold;
}

h6 {
	font-size:1em;
	margin:10px 0 10px 0;
	text-transform:uppercase;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-weight:bold;
}

a {
	text-decoration: none;
	color: #002D62;
}

a:focus, a:hover {
	color:#FF9900;
}

strong {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

img {
	border: none;
}

.left {
	float: left;
	border: none;
}

.right {
	float: right;
	border: none;
}

.column_left {
	width: 285px;
	float: left;
	margin-right: 25px;
}

.column_right {
	width: 285px;
	float: right;
}