
h1       { 
	font-size: 20pt; 
	font-family: Trebuchet MS, verdana;
}
h2       { 
	font-size: 18pt; 
	font-family: Trebuchet MS, verdana 
}
h3       { 
	font-size: 20px; 
	font-family: Trebuchet MS, verdana 
}
h4       { 
	font-size: 17px; 
	font-family: Trebuchet MS, verdana 
}
h5    	 { 
	font-size: 15px; 
	font-family: Trebuchet MS, verdana 
}
h6     	 { 
	font-weight: normal; 
	font-size: 9pt; 
	font-family: Trebuchet MS, verdana 
}

/* 6d9da1 alt text colour */

p        { 
	color: gray; 
	font-size: 15px; 
	font-family: Trebuchet MS, verdana; 
}
tr       { 
	color: gray; 
	font-size: 15px; 
	font-family: Trebuchet MS, verdana; 
}
td       { 
	color: gray; 
	font-size: 15px; 
	font-family: Trebuchet MS, verdana; 
}
body     { 
	color: gray; 
	font-size: 15px; 
	font-family: Trebuchet MS, verdana; 
}

a        { 
	color: #6d9da1; 
	font-weight: normal; 
	font-family: Trebuchet MS, verdana; 
	text-decoration: none 
}
a:hover        {
	color: #b1031f;
	font-weight: normal;
	font-family:Trebuchet MS, verdana;
	text-decoration: none
}
a:visited        {
	
	font-weight: normal;
	font-family:Trebuchet MS, verdana;
	text-decoration: none
} 

.header  { 
	font-weight: bold; 
	color: gray;
	font-size: 20px; 
	font-family: Trebuchet MS, verdana;
	margin-left: 20px;
}

.sub_header  { 
	font-weight: bold; 
	color: gray;
	font-size: 17px; 
	font-family: Trebuchet MS, verdana;
	margin-left: 20px;
}
.sub_header_no_indent  { 
	font-weight: bold; 
	color: gray;
	font-size: 17px; 
	font-family: Trebuchet MS, verdana;
}

.sub_section  { 
	color: gray;
	font-size: 15px; 
	font-family: Trebuchet MS, verdana;
	margin-left: 40px;
	margin-right: 30px;
}
.article_text  { 
	color: gray;
	font-family: Trebuchet MS, verdana;
	margin-right: 30px;
}
.info_text  { 
	color: #668f9f;
	font-family: Trebuchet MS, verdana 
}

.notice_this {
	color: #855913;
	font-size: 17px;
	font-family: Trebuchet MS, verdana;
	font-weight: bold;
}

.smaller_text  { 
	font-size: 13px; 
	font-family: Trebuchet MS, verdana 
}

.smaller_thin_text { 
	font-size: 11px; 
	font-family: Trebuchet MS, verdana; 
	font-weight: lighter; 
}