P, TABLE, TD, TH, TR, DIV, BODY, .normal {
  	font-family: Century Gothic, Arial, Typical Writer, Courier, Arial Narrow, Arial, sans-serif;
  	font-size: 12px;
  	line-height: 18px;
	color: black;
	font-weight: normal;
	}
	
LI {
   margin-top: 6px;
   margin-bottom: 8px;
	}
	
IMG {
	border-color: #AAAAAA;
	}

.unfinished {
	background-color: yellow;
	}

.title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 5px;
	}

.subheading {
	font-size: 14px;
	font-weight: bold;
	margin-top: 22px;
	}
	
.big {
	font-size: 14px;
	font-weight: bold;
	}
	
.bold {
	font-weight: bold;
	}
	
.italic {
	font-style: italic;
	}
	
.small {
	font-size: 10px; 
	}

.smallbold {
	font-size: 10px;
	font-weight: bold;
	}

.onblack {
	color: white;
	}

.tiny {
	font-size: 9px;
	color: #606060;
  	line-height: 13px;
	}

.press-release {
  	font-family: Arial, sans-serif;
  	text-align:justify;
  	line-height: 14px;
	}
	
/* don't center align table headers by default */
TH  {
	text-align : left;
	}

/* Headline styles */
H2 {
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 0px;
   }

H3 {
   font-size: 14px;
   font-weight: bold;
   margin-bottom: 0px;
   }

H4 {
   font-size: 11pt;
   font-weight: bold;
   margin-bottom: 0px;
   }

H5 {
   font-size: 12px;
   font-weight: bold;
   margin-bottom: 0px;
   }

	/* makes a skinny HR that looks good in NN4 */
HR  {
	height: 1px;
	color: black;
	}

/* FORM specific styles */
/* 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;
	}

input, select, textarea {
	font-weight: normal; 
	font-size: 11px;
	background-color: #ECF6E3;
	}
		
.button {
	font-size: 10px;
	border-color: #94e637;
	background-color: #eeeeee;
	}

/* 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: #3e9924;
	text-decoration: underline;
	font-weight: bold;
	}

a:hover, a:active { 
	color: #94e637;
	text-decoration: underline;
	font-weight: bold;
	}
	
a.onblack:link, a.onblack:visited {
	color: white;
	}
   
a.onblack:hover, a.onblack:active { 
	color: #94e637;
	}
	
