/* Content H2 (green) */


h2 {
	margin-top:0em;
	}

h2.alt {
	color: #006666;
	background: transparent;	 
	}
h2.h2-alt {
	color: #006666;
	background: transparent; 
	}


/* Content H2 (red) */
h2.red {
    color: #993300;
	background: transparent;
	}
h2.h2-red {
    color: #993300;
	background: transparent;
	}
	
/* Content H2 (rust) */
h2.rust {
    color: #B31E00;
	background: transparent;
	}
h2.h2-rust {
    color: #B31E00;
	background: transparent;
	}


/* Content H3 */		 
h3 {
	color: #006666;
	background: transparent;
	font-family: sans-serif;	 	 
	}	

/* Content H3 (alt) */		 
h3.alt {
	color: #000000;
	background: transparent;
	font-family: sans-serif;		 
	} 
h3.h3-alt {
	color: #000000;
	background: transparent;
	font-family: sans-serif;		 
	} 


/* Content H3 (red) */
h3.red {
    color: #B31E00;
	background: transparent;
	font-family: sans-serif;
	}
h3.h3-red {
    color: #B31E00;
	background: transparent;
	font-family: sans-serif;
	}
	
/* Content H3 (rust) */
h3.rust {
    color: #B31E00;
	background: transparent;
	font-family: sans-serif;
	}
h3.h3-rust {
    color: #B31E00;
	background: transparent;
	font-family: sans-serif;
	}

/* Content H4 */		 
h4 {
	color: #174444;
	background: transparent;
	}	
	
/* Content paragraphs */  
p {
	font-family: arial, helvetica, sans-serif;
	}

/* Content paragraphs with smaller text */		 
p.small {
	font-size: smaller;
	}
p.p-small {
	font-size: smaller;
	}
	
/* Content paragraphs with x-small text */	
p.p-xsmall {
	font-size: 71%;
	}
	
/* Unordered lists with smaller text */		 
ul.small {
	font-size: smaller;
	}
ul.ul-small {
	font-size: smaller;
	}
	
/* Ordered lists with smaller text */		 
ol.small {
	font-size: smaller;
	}
ol.ol-small {
	font-size: smaller;
	}

/* Main content links */		 
a:link {
	color: #0000ff;
	background: transparent;
	text-decoration: underline; 												
	}		
a:visited {
	color: #0000ff;
	background: transparent;
	text-decoration: underline; 												
	}	
a:hover {
	color: #0000ff;
	background: transparent;
	text-decoration: underline;
	} 												
a:active {
	color: #0000ff;
	background: transparent;
	text-decoration: underline; 												
	}

abbr {
	text-decoration:none;
	border:0;
	}
