/*  
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, li, h1, h2, h3, h4, h5, h6, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	font-size: 10px;

}

body {
	padding: 0px;	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #FFFFFF;

}
p {
	font-size: 80%;
	margin: 4px;
	padding: 0px;
}
h1 {
	font-size: 180%;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

}
h2 {
	font-size: 160%;
	font-weight: bold;
	color: #990000;
	margin: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;

}
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: 4px;
}
h6 {
	font-size: 80%;
	font-weight: bold;
	color: #1111111;
	margin: 4px;
}
ul {
	list-style-type: square;

}
li {	font-size: 120%;}
td {
	vertical-align: top;

}
sup {
	padding-top: 4px;
}
input, textarea {
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-size: 90%;
	vertical-align: middle;

}
textarea {	overflow: auto;}
select {	font-size: 90%;}
