/* CSS definitions for fonts */

.title_large			{ font-family: Helvetica, sans-serif; font-weight: bold; font-size: 24pt; color: #006699; }
.title				{ font-family: Helvetica, sans-serif; font-weight: bold; font-size: 12pt; color: #006699; }
.body_large			{ font-family: Geneva, Verdana, Arial; font-weight: normal; font-size: 12pt; color: black; }
.body				{ font-family: Geneva, Verdana, Arial; font-weight: normal; font-size: 10pt; color: black; }
.body_box			{ font-family: Geneva, Verdana, Arial; font-weight: normal; font-size: 10pt; color: #006699; }
.body_small			{ font-family: Geneva, Verdana, Arial; font-weight: normal; font-size: 9pt; color: black; }
.body_subnote			{ font-family: Geneva, Verdana, Arial; font-weight: normal; font-style: italic; font-size: 8pt; color: black; }
.image_title			{ font-family: Geneva, Verdana, Arial; font-weight: bold; font-size: 14pt; color: white; }
.image_body			{ font-family: Geneva, Verdana, Arial; font-weight: bold; font-size: 10pt; color: white; }
.image_body_avail		{ font-family: Geneva, Verdana, Arial; font-weight: bold; font-size: 10pt; color: lightcoral; }
.image_subnote			{ font-family: Geneva, Verdana, Arial; font-weight: normal; font-style: italic; font-size: 8pt; color: white; }
.navigation			{ font-family: Geneva, Verdana, Arial; font-weight: normal; font-size: 10pt; color: white; }
/*.debug				{ font-family: Helvetica, sans-serif; font-weight: normal; font-size: 8pt; color: darkblue; }*/
A:link				{ text-decoration: underline; color: darkblue; }
A:active			{ text-decoration: underline, overline; color: blue; }
A:visited			{ text-decoration: underline; color: green; }