﻿/* 1qx.com */

/* Compatibility fix, margin and padding clearer */
	
a:link { 
	color: #cc6600;
	font-weight: bold;
	text-decoration: underline;
	}
a:visited { 
	color: #cc9966;
	font-weight: bold;
	}
a:hover { 
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
	}
a:active { 
	color: #ff9900;
	font-weight: bold;
	}	
a img {
	border: none; 
	}	


body, h1, h2, h3, h4, form, input, p, ul, li, a, a:hover {
	padding: 0;
	margin: 0;
	border: 0;
	line-height: 18px;
	list-style-type: none;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	}
	
body {
	background-color: #ffffff;
	}
	
div#floatclearer {
	clear: both;
	height: 20px;
	color: white;
	}
	
div#contentwrapper a:hover {
	text-decoration: underline;
	}
	
/* font content formatting */

h1, h2, h3, h4 {
	font-family: 'Arial', sans-serif;
	}
	
h1 {
	font-size: 16px;
	}

h2 {
	font-size: 14px;
	color: #454545;
	font-weight: bold;
	padding-top: 0px;
	}	

h3 {
	font-size: 12px;
	color: #454545;
	font-weight: bold;
	}
	
p { 
	padding-top: 10px;
	padding-bottom: 10px; }
	
	