* {
	margin: 0px; 
	padding: 0px;
	}
	
html, 
body { 
	height:100%;
	width:100%;
	}

body {
	background: url('images/bg_header.png') repeat-x center top;
	font-family: HelveticaNeue, Helvetica, Arial, Corbel, Calibri, 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	}



/*------------------------General------------------------*/

.right {
	float: right;
	}

.left {
	float: left;
	}

.center {
	margin: auto;
	text-align: center;
	}

strong {
	font-weight: bold;
	}
	
div.clearleft {
	clear: left;
	}
	
div.clearright {
	clear: right;
	}

/*------------------------Links------------------------*/

a {
	font-weight: bold;
	text-decoration: none;
	color: #02519f;
	}

a:hover {
	text-decoration: underline;
	color: #02519f;
	}

a img,
a:hover img {
	border-style: none;
	text-decoration: none;
	}



	/*------------------------Headings------------------------*/


h1 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	color: #000;
	}

h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #000;
	}

h2 a {
	font-weight: normal;
	color: #000;
	}

h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	}
	
h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #02519f;
	}

h5 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #000;
	}
	
h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 9px;
	line-height: 11px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
	}


/*------------------------Paragraphs------------------------*/

p {
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.caption {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 12px;
	color: #000;	
	}

.dimmed {
	font-weight: normal;
	color: #999;
	}


.black,
a.black {
	color: #000;
	}

.blue,
a.blue:link,
a.blue:visited {
	color: #02519f;
	}

.gray,
a.gray:link,
a.gray:visited {
	color: #444;
	}

.nobold {
	font-weight: normal;
	}
	
/*------------------------Images------------------------*/

img {
	border: 0px; 
	vertical-align: top;
	}

