/* How to use the Master Style sheet - copy and paste the styles you will be using from here to a blank file
or remove all the styles not actually currently used on the site you are working on to help folks after you 
find the things they are looking for. Not all sites need all styles obviously -  but this is a fairly comprehensive list
of things you might need and what to call them so folks can change them if needed. If you need to add new styles that are only used
for a particular site - please separate them out and comment them, again so they are easy to find.*/




P, TABLE, TD, TH, TR ,OL, UL, LI, DIV, BODY
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}


/* don't center align table headers by default */
TH  {
	text-align: left;
	}


/* Headline styles */
H1 {
   font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
   font-size: 15px;
   color: #333333; 
   font-weight: bold;
   margin-bottom: 0px;
   }
   
H2 {
   font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
   font-size: 13px;
   color: #333333; 
   font-weight: bold;
   margin-bottom: 0px;
   }

H3 {
   font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
   font-size: 12px;
   color: #666666; 
   font-weight: bold;
   margin-bottom: 0px;
   }


H4 {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: #666666; 
   font-size: 11px;
   font-weight: bold;
   margin-bottom: 0px;
   }

H5 {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: #666666;
   font-size: 10px;
   font-weight: bold;
   margin-bottom: 0px;
   }
   
/* classes */
/* HELPFUL */
	/* gets nested underneathe headers, and avoids the large bottom margin below them.
	example: <H3>Title<span class ="subheaader"><br>&nbsp;&nbsp;&nbsp;my subheader </span></H3>*/ 
.subheader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
	font-size: 11px;
	}  

	/* makes a skinny HR that looks good in NN4 */
HR  {
	height: 1px;
	}


/* FORM specific styles - from AT and most from the WAC*/
/* setting margins on form style is useful in exact positioning in thin headers etc.*/
form {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	}

.formheader {
	color: #996600;
	}

.formheaderbold {
	color: #996600;
	font-weight: bold;
	}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
	font-weight: normal; 
	font-size: 10px; 
	}

select	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 10px; 
	}
	
textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 10px; 
	}
	
.button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 2px 6px;
	}


/*begin general WAC styles */

.formText {  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	}
	
.formTextBold {  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight: bold;
	color: #666666;
	}

.formOptin { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	}

.formField {  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.bodyText {  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.smallText {  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
.smallTextBold {  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	}
	
.smallTextRed {  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #660000;
	}
	

/* makes the bold red asterisk on forms - the required fields */
.required {
	font-weight: bold;
	color: #CC0000;
	}


/* all the link styles set here */

a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
	}
   
a:hover, a:active { 
	color: #31429C;
	text-decoration: underline;
	} 
   
a.headline:link, a.headline:visited {
	color: #495472;
	text-decoration: none;
	}
   
a.headline:hover, a.headline:active { 
	color: #495472;
	text-decoration: underline;
	} 
	
a.article:link, a.article:visited {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
	}
   
a.article:hover, a.article:active { 
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
	} 

	
/*general styles */

.headline {  
   font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
   font-size: 10px;
   color: #495472; 
   font-weight: bold;
   margin-bottom: 0px;
   }
   
 .sidehead {  
   font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
   font-size: 11px;
   color: #495472; 
   font-weight: bold;
   margin-bottom: 15px;
   }

.storyhead {
   font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #676767;
	font-size: 12px; 
    text-decoration : none;
    }
    
.greenBold {
   font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #336666;
	font-size: 10px; 
   font-weight: bold;
    }
    
 .actionTally {  
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color:#495472;
	font-size: 10px; 
	font-weight: bold;
   }
   
  .bold {  
	font-weight: bold;
   }
	

	


