﻿/*	FutureWorks Version 1.0 Dot-com Website
		Created By: FutureWorks, Inc. 
		Copyright © 2002 FutureWorks, Inc., Washington state, USA.  All rights reserved.
*/

a {
	color : #3366CC;
	font-family : Arial, Helvetica, MS Sans Serif;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	line-height : normal;
}

	/* unvisited links */
a:link {
	color : Navy;
	font-family : Arial, Helvetica, MS Sans Serif;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}

   /* visited links   */
a:visited {
	color : Navy;
	font-family : Arial, Helvetica, MS Sans Serif;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}

	/* user hovers     */
a:hover {
	background-color : #3366CC;
	color : White;
	font-family : Arial, Helvetica, MS Sans Serif;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}

 /* active links    */
a:active {
	background-color : #3366CC;
	color : Navy;
	font-family : Arial, Helvetica, MS Sans Serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : bold;
	line-height : normal;
	text-decoration : none;
}

/* Note: any background image preference can be included below or in separate style sheets, or handled dynamically via programming code. */
body {
	/* background-image : url(../images/standard_background.gif);
	*/
	background-color : White;
	color : #3366CC;
	font-family : Arial, Helvetica, MS Sans Serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	line-height : normal;
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 10pt;
	margin-right : 10pt;
}

h1
	{
	color : #3366CC;
	font-family : Arial, Helvetica, MS Sans Serif;
	font-size : 16pt;
	font-style : normal;
	font-weight :  bold;
	line-height : normal;
	margin-bottom : 6pt;
	margin-left : 0pt;
	margin-right : 0pt;
	margin-top : 8pt;
}

h2
	{
	color : #3366CC;
	font-family : Arial, Helvetica, MS Sans Serif;
	font-size : 12pt;
	font-style : normal;
	font-weight :  bold;
	line-height : normal;
	margin-bottom : 3pt;
	margin-left : 0pt;
	margin-right : 0pt;
	margin-top : 6pt;
}

h3
	{
	color : #3366CC;
	font-family : Arial, Helvetica, MS Sans Serif;
	font-size : 10pt;
	font-style :  normal;
	font-weight : bold;
	line-height : normal;
	margin-bottom : 0pt;
	margin-left : 0pt;
	margin-right : 0pt;
	margin-top : 3pt;
}

h4
	{
	color : #3366CC;
	font-family : Arial, Helvetica, MS Sans Serif;
	font-size : 9pt;
	font-style :  italic;
	font-weight : bold;	
	line-height : normal;
	margin-bottom : 0pt;
	margin-left : 0pt;
	margin-right : 0pt;
	margin-top : 0pt;
}

h5
	{
	color : #3366CC;
	font-family : Arial, Helvetica, MS Sans Serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : bold;
	line-height : normal;
	margin-bottom : 0pt;
	margin-left : 0pt;
	margin-right : 0pt;
	margin-top : 0pt;
}

li
	{
	padding-left : 0px;
	margin-left : 0px;
	text-indent : 0px;
}

ol
	{
	font-family : Arial, Helvetica, MS Sans Serif;
	font-size : 8pt;
	font-style :  normal;
	font-weight : normal;
	line-height : normal;
	margin-bottom : 10pt;
	margin-top : 0pt;
}

p {
	font-family : Arial, Helvetica, MS Sans Serif;
	font-size : 8pt;
	line-height : normal;
	margin-bottom : 0pt;
	margin-top : 0pt;
}

table {
	border : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
}

td {
	font-family : Arial, Helvetica, MS Sans Serif;
	font-size : 8pt;
	line-height : normal;
	margin-bottom : 0;
	margin-top : 0;
}

ul
	{
	font-family : Arial, Helvetica, MS Sans Serif;
	font-size : 8pt;
	font-style :  normal;
	font-weight : normal;
	line-height : normal;
	margin-bottom : 10pt;
	margin-top : 0pt;
}

