@charset "utf-8";
/* CSS Document */
/* Author: InBusiness */
/* General styles for typography */

/* BODY (only typography)
---------------------------------------- */
body {
	font: .75em/1.2em Arial, Helvetica, sans-serif;
	color: #333;
}

/* Links 
---------------------------------------- */
a {
	text-decoration: none;
	outline: none;
	color: #f00; } 
a:hover { text-decoration: underline; }

/* Header Tags
---------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	line-height: normal;
	margin: 0 0 .3em 0; }
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { color: black; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.15em; }
h6 { font-size: 1.1em; }

/* Misc
---------------------------------------- */
p { margin: 0 0 .3em 0; }
img {
	border: none;
	outline: none; }
.clear { clear: both; }

/* Lists
---------------------------------------- */
ul {}
ul li {
	padding:0 0 0 15px;
	margin:0 0 5px 20px;
}
ol {}
ol li {
	padding:0 0 0 10px;
	margin:0 0 5px 25px;
}

/* Forms
---------------------------------------- */
form {
	padding:0;
	margin:0;
}
input[type="text"] {
	vertical-align:middle;
}
input[type="text"]:focus {
}

input[type="submit"] {
	vertical-align:middle;
}
input[type="submit"]:focus {
}
textarea {
	vertical-align:middle;
}
textarea:focus {
}
