/* Begin CSS */
html {
	SCROLLBAR-FACE-COLOR: #054386;
	SCROLLBAR-HIGHLIGHT-COLOR: #0D7CF7;
	SCROLLBAR-SHADOW-COLOR: #03254B;
	SCROLLBAR-3DLIGHT-COLOR: #ABBAAC;
	SCROLLBAR-ARROW-COLOR:  #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #3A473C;
}

a, ul, h1, h2, h3, h4, h5, h6, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

td {
	vertical-align: top;
}
h1 {
	background-image: url(../images/title_swatch.gif);
	background-repeat: no-repeat;
	background-position:left;
	text-align:left;
	padding-left: 7px;
	font-size: 24px;
	font-weight: bold;
	color: #02458c;
	margin-bottom: 0px;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	margin-right: 2px;
	margin-bottom: 6px;
	text-align: center;
	padding-left: 7px;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	text-align: left;
	padding-left: 7px;
}
h4 {
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
	text-align: left;
}
h5 {
	font-size: 90%;
	font-weight: bold;
	color: #02458c;
	margin: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: -1px;
	text-align: left;
	list-style-position: inside;
	list-style-type: square;
	display: block;
}
h6 {
	font-size: 90%;
	font-weight: bold;
	color: #666666;
	margin: 4px;
}
ul {
	list-style-type: square;
}
li {
	font-size: 12px;
	list-style-position: outside;
	padding-top: 3px;
	padding-bottom: 3px;
}
hr {
	height:1px;
	color: #006699;
	width: 50%;
	text-align: center;
	margin-left: 100px;
}
