/*  
CSS Code and Design copyright 2005 to Sullivan+Wolf Design. All Rights Reserved. 
Copying and/or re-using this code, its sub-code or derivatives without written permission is a violation of copyright law.
Visit us at SullivanandWolf.com
 */


a, p,  ul, ol, li, h1, h2, h3, h4, h5, h6, input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	font-size: 12px;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #EEEBE6;
	background-position: center top;
}
p {
	font-size: smaller;
	margin: 4px;
	padding: 0px;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

}
h2 {
	font-size: 130%;
	font-weight: bold;
	color: #333333;
	margin: 6px;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #666666;
	margin: 6px;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #444444;
	margin: 4px;
}
h5 {
	font-size: 90%;
	font-weight: bold;
	color: #2222222;
	margin-top: 0px;
	margin-bottom: -20px;

}
h6 {
	font-size: 80%;
	font-weight: bold;
	color: #1111111;
	margin: 4px;
}
ul {
	list-style-type: square;
	list-style-position: outside;


}
li {
	font-size: 110%;
	margin-bottom: 4px;
}
td {
	vertical-align: top;

}
sup {
	padding-top: 4px;
}
input, textarea {
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;

}
ol {
	list-style-type: decimal;

}
ol.alpha {
	list-style-position: outside;
	list-style-type: lower-alpha;
}

