/*  
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, label {
	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../bg.gif);
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p, label {
	font-size: 80%;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8392C2;
	height: 24px;
	padding-top: 14px;
	padding-left: 0px;
/*	width: 370px;*/
	margin-left: 0px;

}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #39467C;

}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #666666;

}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #444444;

}
h5 {
	font-size: 90%;
	font-weight: bold;
	color: #222222;

}
h6 {
	font-size: 90%;
	font-weight: bold;
	color: #39467D;

}
ul {	list-style-type: square;}
li { font-size:120%; }
ul.check {
	list-style-image: url(../check.gif);
}
td {}
sup {
	padding-top: 4px;
}
input, textarea {
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;

}
 textarea { overflow:auto; }
hr{
	color: #39467C;
	width: 100%;
height: 1px;
}form {
	margin: 0px;
	height: auto;
	width: auto;
}

