@charset "utf-8";

*, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body, html {
	width			: 100%;
	height			: 100%;
	}

body {
	font-family		: Arial, Verdana, sans-serif;
	font-size		: 80%;
	background		: url(../images/gradient.png) repeat-x #f1f1f1;
	color 			: #666;
	}
	
.clr {
	clear 			: both;
}

h1,h2,h3,h4,h5,h6
.componentheading,
.contentheading {
	font-size		: 130%;
	font-weight		: bold;
	margin			: 0 0 16px 0;
	color 			: #0f2b50;
	font-family     : Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size		: 120%;
}

h3, h4, h5, h6 {
	font-size		: 100%;
	margin			: 0;
}
	
p {
	margin			: 0 0 19px 0;
	line-height		: 1.5em;	
	}
	
a:link,
a:visited {
	color 			: #0f2b50;
	font-weight 	: bold;
	text-decoration : none;
}

a:hover {
	color 			: #f00;
}