/* html */
a:link   { color: #3b426d; text-decoration: underline }
a:active  { color: #3b426d; text-decoration: none }
a:visited  { color: #3b426d; text-decoration: none }
a:hover  { color: #3b426d; text-decoration: none }

.linkorange:link  { color: #da9615; text-decoration: none}
.linkorange:active { color: #da9615; text-decoration: none}
.linkorange:visited { color: #da9615; text-decoration: none}
.linkorange:hover { color: #da9615; text-decoration: none}

body {
  font-family : Arial;
  font-size: 13px;
}

td {
  font-family : Arial;
  font-size: 10pt
}

/* headlines */
h2  { color: #3b426d; font-size: 18px; font-family: Verdana,Arial, sans-serif }
h3  { color: #3b426d; font-size: 13px; font-family: Verdana,Arial, sans-serif }
h4 	 { color: #3b426d; font-weight: bold; font-size: 11px; font-family:  Verdana, Arial, sans-serif }
h6     { color: black; font-weight: bold; font-size: 11px; font-family: Verdana, Arial, sans-serif }

/* misc */
ul  { list-style-image: url(../images/mirror.gif) }
/* classes */
.underscore  { color: #da9615 }

.menu   {
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;

}
.date  { color: #da9615; font-size: 11px; font-family: Arial, Verdana, sans-serif }
