body, p, table, td, th, tr, div {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
	color: white;
	border-radius:5pt;}
	
img.stretchy {
    position: relative;
    border: solid 0px #000000;
    z-index: 0;
    top: 0%;
    width: 100%;
    height: 96;
}

img.stretch01 {
    border: solid 0px #000000;
    position: absolute;
    top: 96;
    left: 0%;
    width: 49.375%;
    height: 18;
}

img.stretch02 {
    border: solid 0px #000000;
    position: absolute;
    top: 96;
    left: 49.375%;
    width: 5%;
    height: 18;
}

img.stretch03 {
    border: solid 0px #000000;
    position: absolute;
    top: 96;
    left: 54%;
    width: 11.75%;
    height: 18;
}

img.stretch04 {
    border: solid 0px #000000;
    position: absolute;
    top: 96;
    left: 65.75%;
    width: 8%;
    height: 18;
}

img.stretch05 {
    border: solid 0px #000000;
    position: absolute;
    top: 96;
    left: 73.75%;
    width: 10.25%;
    height: 18;
}

img.stretch06 {
    border: solid 0px #000000;
    position: absolute;
    top: 96;
    left: 84%;
    width: 8.25%;
    height: 18;
}

ul, ol, li {
	margin-bottom: 3px;
	}
	
.title {
	font-size: 18px;
	margin-bottom: 12px;
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	}

.big {
	font-size: 11px;
	font-weight: bold;
	}
	
.bold {
	font-weight: bold;
	}
	
.italic {
	font-style: italic;
	}
	
.small {
	font-size: 11px; 
	}
	
.tiny,
.navigationHeadline {
	font-size: 10px;
	}
	
/* 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: white;
	margin-bottom: 10px;
	}

/* 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 {
	font-weight: normal; 
	font-size: 11px; 
	color: black;
	}
		
.button {
	font-size: 10px;
	border-color: #FFAF33;
	background-color: #FFDD99;
	}

/* makes the bold red asterisk on forms - the required fields */
.required {
	font-weight: bold;
	color: #CC0000;
	}
	
/* all the link styles set here */

a.navigation:link, 
a.navigation:visited {
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 12px;
	text-decoration: none;
	color: white;
	}
	
a.navigationHeadline:link, 
a.navigationHeadline:visited {
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 12px;
	text-decoration: none;
	color: white;
	}

a.navigation:hover, 
a.navigationHeadline:hover {
	color: #F9413A;
	text-decoration: none;
	}
	
a:link, 
a:visited {
   color: #F9413A;
   text-decoration: none;
   font-weight: bold;
   }
   
a:hover { 
	color: #F9413A;
	text-decoration: underline;
	font-weight: bold;
	} 
   
a:active { 
	color: #F9413A;
	text-decoration: underline;
	font-weight: bold;
	}
	
