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

}

body {
	padding: 0px;
	margin: 0px;
	background-color: #628BC9;
	background-attachment: fixed;
	background-image: url(../assets/bg.jpg);

SCROLLBAR-FACE-COLOR: #003366; SCROLLBAR-HIGHLIGHT-COLOR: #003366; SCROLLBAR-SHADOW-COLOR: #003366; SCROLLBAR-3DLIGHT-COLOR: #003366; SCROLLBAR-ARROW-COLOR:  #FFFFFF; SCROLLBAR-TRACK-COLOR: #5A91E4; SCROLLBAR-DARKSHADOW-COLOR: #000000; 

}
p {
	font-size: 100%;
}
h1 {
	font-size: 180%;
	font-weight: bold;
	color: #003366;
	margin-bottom: 0px;

}
h2 {
	font-size: 160%;
	font-weight: bold;
	color: #003300;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #666666;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #444444;
}
h5 {
	font-size: 90%;
	font-weight: bold;
	color: #2222222;
}
h6 {
	font-size: 80%;
	font-weight: bold;
	color: #1111111;
}
ul {
	list-style-type: square;
	font-size: larger;}
ol{font-size: 1.1em;}

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%;
}
form {
	margin: 0px;
	padding: 0px;
}
