.text_highlighted { background: #ffff00; }
.text_blue { color: #336699; }
.text_lightblue { color: #6699cc; }
.text_yellow { color: #ffff99; }

.text_90percent { font-size: 90%; }
.text_75percent { font-size: 75%; }
.text_66percent { font-size: 66%; }

.item_headline { color: #336699; font-weight: bold; font-size: 1.1em; }

div.letter {
	background: #ffffff url("./newimages/letter-bg.jpg") left top no-repeat;
	border: 1px solid #000000;
	padding: 20px;
	margin: 0 75px 0 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .9em;
}

.caption {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 3px 0 5px 0;
}

.caption i {
	font-size: .9em;
}

/*  */

.cont a, .cont a:link, .cont a:visited, .cont a:active {
	color: #000066;
	text-decoration:none;
	border-bottom: solid 1px #cccccc;
}
.cont a:hover {
	color: #006600;
	border-bottom: solid 1px #006600;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
}

#contentarea {
	font-size: x-small;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: small;
}
html>#contentarea {
    font-size: small;
}

h1, h2, h3, h4, h5, h6	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
}

h4, h5, h6 {
	color: #336699;
}

h1	{
    font-size: x-large;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: xx-large;
}
html>h1 {
	font-size:  xx-large;
}

h2	{
	font-size: large;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-large;
}
html>h2 {
	font-size: x-large;
}

h3	{
   	font-size: medium;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: large;
}
html>h3 {
	font-size: large;
}

h4 {
     font-size: small;
     voice-family: "\"}\"";
     voice-family: inherit;
     font-size: medium;
}
html>h4 {
	font-size: medium;
}

h5 {
    font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
  	font-size: small;
}
html>h5 {
	font-size: small;
}

h6 {
    font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
  	font-size: x-small;
}
html>h6 {
	font-size: x-small;
}

