/**
  * basic styles
  **/

 html, body {
           margin: 0;
           padding: 0;}

span, p, ul, ol, td, blockquote {color: #ffffff; font-size: 11pt; font-family: verdana,helvetica,arial,sans-serif} /* basic body text style */

p, ul, ol, blockquote {margin-bottom: 6; margin-top: 6}

<!--
a:link {color: #F7931E} /* link color for all "a" elements */
a:hover {color: #F7931E} /* hover color for all "a" elements */
a:active {color: #F7931E} /* activation color for all "a" elements */
a:visited {color: #F7931E} /* visited link color for all "a" elements */
-->

.prod_name
	{font-family: verdana; 
	font-size: 14px; 
	color: #003366;
	font-weight: bold;}
	
.prod_description
	{font-family: verdana; 
	font-size: 12px; 
	color: #003366;
	font-weight: roman;}
	
.category
	{font-family: verdana; 
	font-size: 14px; 
	color: #003366;
	font-weight: roman;}

.prod_name_multi
	{font-family: verdana; 
	font-size: 10px; 
	color: #003366;
	font-weight: bold;}
	
.prod_description_multi
	{font-family: verdana; 
	font-size: 10px; 
	color: #003366;
	font-weight: roman;}
	
	



/**
  * text styles
  **/

.orange {font-size: 11pt; color: #ff9900}
.orangebold {font-size: 11pt; color: #ff9900; font-weight: bold}

.sans-serif {font-size: 10pt; font-family: verdana,helvetica,arial,sans-serif}
.caption {font-size: 10pt; font-weight: bold}
.boldblue {font-size: 10pt; color: #003366; font-weight: bold}
.bignum {font-size: 20pt; color: #003366; font-weight: bold; font-family: times,palatino,serif}
.trustees {font-size: 10pt; color: #003366}


<STYLE>
  TEXTAREA {
            background-color: #ffffff;
            color: #003366;
            font-family: verdana;
            font-weight: roman;
  }

  .field {
          background-color: #ffffff;
          color: #000000;
          font-family: verdana;
          font-weight: roman;
          font-size: 10px;
 }


 SELECT {
         background-color: #ffffff;
         color: #003366;
         font-family: verdana;
         font-weight: roman;
         font-size: 10px;
 }
 </STYLE>

