@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.7em;*/
	margin:0;
	color:#000;
	
	font-size: 1em;
	line-height: 1.2em;
}

p {
	margin:5px 0;
}

h1 {
	color: #000000;
	/*font-size:1.3em;*/
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:10px;
	line-height:normal;
}
h2 {
	font-family:Verdana, Helvetica, Arial; 
	color:#000;
	/*font-size:1.2em;*/
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:10px;
	line-height:normal;
}	
h3 {
	font-size: 1.2em;
	line-height:normal;
	color:#000;
}	
h4 {
	font-size: 1.0em;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#3E3E3E;
}	
h5 {
	font-size: 0.8em;
}	
h6 {
	font-size: 0.6em;
}

.redline {
	border-top:2px solid #ff0000;
	margin:5px 0;
}

hr {
	border-top:solid #ff0000 2px;
	height:2px;
	margin:5px 0
}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited {
	color:#000;
	outline:none;
	text-decoration: underline;
} 
a:hover, 
a:active {
	color:#ff0000;
	text-decoration:none;
}

/* TOOLBOX
---------------------------------------- */
.absmiddle {
	vertical-align: middle;
}
.clear {
	clear:both;
}
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;
}
 
/* FORMS
---------------------------------------- */

form {
	margin: 0px;
}
input {}
input:focus {
	background-color:#CCCCCC;
}
textarea {}
	
/* FOOTER
--------------------------------------------- */

