/* NOVA MW CSS */

/* Set the default styles for the page */  
  BODY		{ background-color: white; font-family: Tahoma, Arial, sans-serif; font-size: 12pt }
/* Note: to use a background image on all the pages, replace the leters url in the above item with the image's url */

/* Set default style of links on page */
  A		{ text-decoration: none}
  A:link	{ color: #01385F; font-family: Tahoma, Arial, sans-serif; text-decoration: underline}
  A:visited	{ color: #800000; font-family: Tahoma, Arial, sans-serif; text-decoration: underline}
  A:active	{ color: #800000; font-family: Tahoma, Arial, sans-serif; text-decoration: underline}
  A:hover	{ color: #969696; background-color:#ffffff; font-family: Tahoma, Arial, sans-serif; text-decoration: underline}

/* Set styles for top navbar */
  A.mw:link	{ color: #01385F; font-size: 8pt; font-family: Tahoma, Arial, sans-serif ; text-decoration: none}  
  A.mw:active	{ color:#2E3A5F; font-size: 8pt; font-family: Tahoma, Arial, sans-serif ; text-decoration: underline}  
  A.mw:visited	{ color:#2E3A5F; font-size: 8pt; font-family: Tahoma, Arial, sans-serif ; text-decoration: none}  
  A.mw:hover	{ color: #969696; background-color:#ffffff; font-size: 8pt; font-family: Tahoma, Arial, sans-serif; text-decoration: underline} 


/* Set styles for NOVACHEM Image Link */
  A.nc:link	{ text-decoration: none; background-color: #FFFFFF}  
  A.nc:active	{ background-color: #FFFFFF; text-decoration: none}  
  A.nc:visited	{ text-decoration: none; background-color: #FFFFFF}
  A.nc:hover	{ background-color: #FFFFFF; text-decoration: none}

/* IE4 doesn't interpret the span background correctly...remove the comments and change the 
   A.mw:link and A.mw:visited color to white when IE5 is installed on site.
  .mw_menu	{ background-color: navy; font-size: 7pt; color: white; } 
*/

/* Set style of menubar links */
  A.local:link	{ color: white; font-size: 10pt; font-family: Tahoma, Arial, sans-serif; text-decoration: none}  
  A.local:active{ color: silver; font-size: 10pt; font-family: Tahoma, Arial, sans-serif; text-decoration: none}  
  A.local:visited { color: white; font-size: 10pt; font-family: Tahoma, Arial, sans-serif; text-decoration: none}  
  A.local:hover	{ color: #c0c0c0; background-color:#c0c0c0; font-size: 10pt; color: black; font-family: Tahoma, Arial, sans-serif; text-decoration: none}  
  .local_menu   { background-color: #3C6987; font-size: 10pt; color: white; font-family: Tahoma, Arial, sans-serif}

/* Set style of links located in grey boxes*/
  A.local2:link	{ color:#800000; font-size: 10pt; font-family: Tahoma, Arial, sans-serif; text-decoration: underline}  
  A.local2:active{ color: silver; font-size: 10pt; font-family: Tahoma, Arial, sans-serif; text-decoration: underline}  
  A.local2:visited { color: white; font-size: 10pt; font-family: Tahoma, Arial, sans-serif; text-decoration: underline}  
  A.local2:hover	{ color: red; background-color:#ffffff; font-size: 10pt; font-family: Tahoma, Arial, sans-serif; text-decoration: none}  
  .local_menu   { background-color: #3C6987; font-size: 8pt; color: #ffffff; font-family: Tahoma, Arial, sans-serif}

/* Classes to control elements in the page */

  .datestamp    { font-size: 8pt; text-align: left ; font-family: Tahoma, Arial, sans-serif}
  .main         { font-family: Tahoma, Arial, sans-serif;  font-size: 10 pt }
  .site         { background-color: navy; color: white; font-family: Tahoma, Arial, sans-serif; font-size: 14pt }  
  .copyright	{ font-size: 8pt; font-family: Tahoma, Arial, sans-serif; color:#969696} 
  .pagetitle	{ font-size: 14pt ; font-family: Tahoma, Arial, sans-serif}
.banner { font-size: 14pt ; font-family: Tahoma, Arial, sans-serif; font-weight: bold; color: #FFFFFF}
.mw_menu { font-size: 8pt; font-family: Tahoma, Arial, sans-serif}
p { font-family: Tahoma, Arial, sans-serif; font-size: 10pt }
.local_menu2 { background-color:#999999; font-size: 8pt; color:#ffffff; font-family: Tahoma, Arial, sans-serif }
