/* 
	BASIC DEFAULT STYLES

	This will contain the basic color and sizes for the body, paragraphs, headings and lists. This file will be included first in the site and can be overridden by the style.css. It will also be included in the backend cms to give the client a visual representation of what the content will look like.

	NO CLASSES or ID's allowed in this file everything specific will be input into the style.css

	Content below: EAP! Oct.2K6
*/
body {
	background-color: #fff;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	margin: 0 0 .8em;
	padding: 0;
	font-weight: bold;
}
h1 {font-size: 22px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
h6 {font-size: 10px;
}
a {color: #999999;
}
a img {border: none; display: inline;}
img {
	display: block;
}
p {
	margin:0 0 10px 0;
	padding:0;
}
strong {
	color: #999999;
	font-weight: bold;
}
form {
	margin: 0;
	padding: 0;
}
