@charset "UTF-8";
/* CSS Document */

@import url(reset.css);
@import url(layout.css);
@import url(hacks.css);
@import url(navigation.css);

/* ----------------------------------------------- general settings*/
html{height:100%;}

body{
	background-color:#F3F3F3;
	margin:0px;
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

/*  Heading Formatting */
h1 {
	font-size:20px;
	line-height: 24px;
	font-weight: normal;
	color: #039;
	font-family: Verdana, Geneva, sans-serif;
}
h2 {
	font-size:1.2em;
	font-weight: bold;
	color: #039;
	font-family: Verdana, Geneva, sans-serif;
}

h3 {
	font-size:1em;
	font-weight: bold;
	color: #039;
	font-family: Verdana, Geneva, sans-serif;
}

h4 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000;}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}


form {
	margin: 0;
	padding: 0;
	display: inline;
}

/* -----------------------------------------------------------links*/
a:link {
	color: #039;
	text-decoration: none;
}
a:hover {
	color: #C00 !important;
}
a:visited {
	color: #039;
	text-decoration: none;
}
