/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NamSys Inc. - Basic Style Sheet

Copyright © 2003 NamSys Inc. All rights reserved.

Created: 22 March 2003

Revision History:
  0.01	Preliminary version. RR, 22 March 2003
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
<STYLE type="text/css">
<!--

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Paragraph properties - Members Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
P.generalContent
	{
	font-family: sans-serif;
	color: black; 
        font-size: 10pt; /*font-weight: bold;*/
	margin-left: 15;
	margin-right: 0;
	margin-top: 1;
	margin-bottom: 1;
	text-align: left;
	}

P.productsHeading
	{
	font-family: sans-serif;
	color: white; 
        font-size: 12pt; font-weight: bold;
	margin-left: 15;
	margin-right: 0;
	margin-top: 1;
	margin-bottom: 1;
	text-align: left;
	}

P.productContent
	{
	font-family: sans-serif;
	color: white; 
        font-size: 10pt; /*font-weight: bold;*/
	margin-left: 15;
	margin-right: 0;
	margin-top: 1;
	margin-bottom: 1;
	text-align: left;
	}

P.productTitle
	{
	font-family: sans-serif;
	color: white; font-size: 10pt; font-weight: bold;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	}

P.cmsFields
	{
	font-family: sans-serif;
	color: black; 
        font-size: 10pt; /*font-weight: bold;*/
	margin-left: 5;
	margin-right: 0;
	margin-top: 1;
	margin-bottom: 1;
	text-align: "left";
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Span properties - Members Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
span.generalContent_Span
	{
	font-family: sans-serif;
	color: black; font-size: 10pt; /*font-weight: bold;*/
	margin-left: 15;
	margin-right: 0;
	margin-top: 1;
	margin-bottom: 1;
	text-align: left;
	}

span.productsHeading_Span
	{
	font-family: arial black;
	color: white; font-size: 12pt; /*font-weight: bold;*/
	margin-left: 15;
	margin-right: 0;
	margin-top: 1;
	margin-bottom: 1;
	text-align: left;
	}

span.productContent_Span
	{
	font-family: sans-serif;
	color: white; font-size: 10pt; /*font-weight: bold;*/
	margin-left: 15;
	margin-right: 0;
	margin-top: 1;
	margin-bottom: 1;
	text-align: left;
	}

span.productTitle_Span
	{
	font-family: sans-serif;
	color: white; font-size: 10pt; font-weight: bold;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	}

span.cmsFields_Span
	{
	font-family: sans-serif;
	color: black; font-size: 10pt; /*font-weight: bold;*/
	margin-left: 5;
	margin-right: 0;
	margin-top: 1;
	margin-bottom: 1;
	text-align: left;
	}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Heading properties
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
H4.headline4
	{
	font-family: arial;
	color: #158C98;
	margin-left: 15;
	margin-right: 0;
	margin-top: 12;
	margin-bottom: 0;
	align: left;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
List Item properties
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
UL.one
	{
	font-family: sans-serif;
	font-size: 10pt;
	color: black;
	/*margin-left: 30;
	margin-right: 50;
	margin-top: 0;
	margin-bottom: 6;
	align: left;*/
	}

UL.two
	{
	font-family: sans-serif;
	font-size: 10pt;
	color: white;
   }

OL.one
   {
   font-family: sans-serif;
   font-size: 10pt;
   color: black;
   /*margin-left: 30;
   margin-right: 50;
   margin-top: 0;
   margin-bottom: 6;
   align: left;*/
   }

OL.two
   {
   font-family: sans-serif;
   font-size: 10pt;
   color: white;
   }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<!--Body properties
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body

{
BGCOLOR:#FFF3BD;
scrollbar-3d-light-color: #FF9900;
scrollbar-arrow-color: white;
scrollbar-base-color: #003300;
scrollbar-dark-shadow-color: #FF9900;
scrollbar-face-color: #white;
scrollbar-shadow-color: #003300;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<!--Hyperlink properties
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a:link { color: white; font-weight: bold; text-decoration: none }
a:active { color: white; font-weight: bold; text-decoration: none }
a:visited { color: white; font-weight: bold; text-decoration: none }
a:hover { color: white; font-weight: bold; text-decoration: none; background: #6699FF }

a.green:link { color: black; text-decoration: none }
a.green:active { color: black; text-decoration: none }
a.green:visited { color: black; text-decoration: none }
a.green:hover { color: black; text-decoration: none; background: green }

a.orange:link { color: orange; font-weight: bold; text-decoration: none }
a.orange:active { color: orange; font-weight: bold; text-decoration: none }
a.orange:visited { color: orange; font-weight: bold; text-decoration: none }
a.orange:hover { color: white; font-weight: bold; text-decoration: none; background: orange }
-->
</STYLE>
