BODY {
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px;
	color: #4B422E;
	background-color : #FFFFFF;
	line-height: 18px;
	padding : 0px 0px 0px 0px;
	}
	
	.bodybold {
	font-weight: bold;
	}
	
	.greenbody {
	color: #006666;
	}
	
	.greenbodybold {
	color: #006666;
	font-weight: bold;
	}
	
	.greenbodyitalic {
	color: #006666;
	font-style: italic;
	}
	
	.copyright {
	font-size: 9px;
	color: #92f4ef;
	}
	
	
a.greendashlink:link, a.greendashlink:visited {
color: #006666;
font-size: 11px;
text-decoration: none;
border-bottom: 1px, dashed;
}    

a.greendashlink:hover {
font-size: 11px;
border-bottom: none
}

a.greendashlinkbold:link, a.greendashlinkbold:visited {
font-size: 11px;
color: #006666;
text-decoration: none;
border-bottom: 1px, dashed;
font-weight: bold;
}    

a.greendashlinkbold:hover {
border-bottom: none
}
 
a.bodylink:link, a.bodylink:visited {
font-size: 11px;
color: #4B422E;
text-decoration : none;
border-bottom: 1px, dashed;
}

a.bodylink:hover {
	background-color: #CCF6F3;
	text-decoration: none;
	border-bottom: none
}

a.marginlink:link, a.marginlink:visited {
font-size: 11px;
color: #006666;
text-decoration : none;
}

a.marginlink:hover {
color: #009999;
text-decoration : none;
}

H1 {
	font-size: 16px;
	color: #4B422E;
	font-weight: bold;
	}
	
	H1.headgreenmed {
	color: #006666;
	}
	
H2 {
	font-size: 20px;
	color: #4B422E;
	font-weight: bold;
	}

	H2.headgreenlrg {
	color: #006666;
	}

/*borders*/
	
P {
	border: 0px
	line-height: 18px;
	padding : 5px 5px 5px 5px;
	}
	
	P.brownborder {
	border: 1px, dashed #4B422E;
	color: #4B422E;
	}

	P.greenborder {
	border: 1px, dashed #006666;;
	color: #006666;
	}

