@charset "utf-8";
/* CSS Document */
/* Author: InBusiness */
/* General styles for typography */

/* BODY (only typography)
---------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-size: 0.75em;
	color: #000;
}

/* Headings and typography
---------------------------------------- */
h1 {
	color:#001c54;
	font-size:2.2em;
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:1.5em;
}
	h1 a:link,
	h1 a:active,
	h1 a:visited {
		color:#000;
		text-decoration:none;
	}
	h1 a:hover {
		color:#000
	}

h2 {
	color:#001c54;
	font-size:1.7em;
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:1.5em;
}	
	h2 a:link,
	h2 a:active,
	h2 a:visited {
		color:#000;
		text-decoration:none;
	}
	h2 a:hover {
		color:#000
	}

h3 {
	color:#001c54;
	font-size:1.3em;
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:1.5em;
}
	h3 a:link,
	h3 a:active,
	h3 a:visited {
		color:#000;
		text-decoration:none;
	}
	h3 a:hover {
		color:#000
	}
	
h4 {
	color:#001c54;
	font-size:0.8em;
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:1.5em;
}	
	h4 a:link,
	h4 a:active,
	h4 a:visited {
		color:#000;
		text-decoration:none;	
	}
	h4 a:hover {
		color:#000
	}

p {
	margin:0 0 10px 0;
}

/* LISTS
---------------------------------------- */
ul {}
ul li {
	padding:0 0 0 15px;
	margin:0 0 5px 20px;
}
ol {}
ol li {
	padding:0 0 0 15px;
	margin:0 0 5px 20px;
}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color:#000;
	outline:none;
} 
a:hover {
	text-decoration: underline;
	color:#000
}

/* FORMS
---------------------------------------- */
form {
	margin:0px;
}
input,
textarea {
	vertical-align:middle;
}
input:focus,
textarea:focus {
}
