a:link { color: #FF0000}
a:visited { color: #00FF00}
a:hover { color: #FF00FF}
a:active { color: #0000FF}

a.box:link { color: #606060}
a.box:visited { color: #ffffff}
a.box:hover { color: #ff0000}
a.box:active { color: #ffff00}

a.navigation:link { color: #bbbbbb}
a.navigation:visited { color: #bbbbbb}
a.navigation:hover { color: #ff0000}
a.navigation:active { color: #ffff00}

a.inline:link { color: #404040}
a.inline:visited { color: #404040}
a.inline:hover { color: #ff0000}
a.inline:active { color: #ffff00}

.indent1 {
	margin-left: 20px;
	}
	
.navigation {
	color: #404040;
	font-family: arial, sans serif;
	font-size: 9pt;
	font-weight: 900;
	padding: 20;
	text-decoration: none;
	}
	
.captiontext {
	color: #B0B0B0;
	font-family: arial, sans serif;
	font-size: 8pt;
	font-weight: 900;
	}
	
.smalltext {
	color: #404040;
	font-family: arial, sans serif;
	font-size: 9pt;
	font-weight: 900;
	}
	
.tinytext {
	color: #808080;
	font-family: arial, sans serif;
	font-size: 6pt;
	}

.bodytext {
	color: #404040;
	font-family: arial, sans serif;
	font-size: 9pt;
	line-height: 16pt;
	padding-left: 30;
	text-align: justify;
	}

.listtext {
	color: #404040;
	font-family: arial, sans serif;
	font-size: 9pt;
	line-height: 16pt;
	padding-left: 30;
	text-align: justify;
	white-space: nowrap;
	}

.resumetext {
	color: #404040;
	font-family: arial, sans serif;
	font-size: 9pt;
	line-height: 12pt;
	padding-left: 30;
	text-align: left;
	white-space: nowrap;
	}

.headline {
	color: #a0a0a0;
	font-family: arial, sans serif;
	font-size: 14pt;
	line-height: 18pt;
	padding-left: -20;
	}

.blogtext {
	color: #404040;
	font-family: arial, sans serif;
	font-size: 9pt;
	line-height: 12pt;
	text-align: justify;
	}

