/* CSS definitions for fonts */

.header				{ font-family: Geneva, Verdana, Arial; font-weight: bold; font-size: 9pt; color: white; }
.title				{ font-family: Helvetica, sans-serif; font-weight: bold; font-size: 24pt; color: darkgrey; }
/*.body				{ font-family: Times New Roman, serif; font-weight: normal; font-size: 11pt; color: black; }*/
.body				{ font-family: Geneva, Verdana, Arial; font-weight: normal; font-size: 10pt; color: black; }
.small				{ font-family: Geneva, Verdana, Arial; font-weight: normal; font-size: 9pt; color: black; }
.caption			{ font-family: Geneva, Verdana, Arial; font-weight: normal; font-style: normal; font-size: 9pt; color: darkgrey; }
.navigation			{ font-family: Geneva, Verdana, Arial; font-weight: bold; font-size: 9pt; color: black; }
.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: darkbrown; }