/******************************************************************************
-------------------------------------------------------------------------------
Client		Key Solutions, Inc.
Site:  		keysol.com
Author: 	Paul Noia | Paul Noia Design, Inc. | http://www.paulnoiadesign.com/
Version: 	2.0
-------------------------------------------------------------------------------
******************************************************************************/

/* Imported style sheets */

@import url("keysolLayout.css");

/* Reset all margins and paddings for browsers */
* {padding: 0; margin: 0;}

/* General rules */

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg.jpg) repeat-x;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #660000;
}

h1 {
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

h4 {
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 20px;
	text-align: justify;
	padding-bottom: 12px;
}

ul {
	padding-left: 40px;
}

blockquote {
	padding-left: 20px;
	background: url(../images/dashLineV.gif) repeat-y;
}

a {
	color: #660000;
}

a:hover {
	text-decoration: none;
}
