.text {
	font-family: Arial;
	font-size: 11pt;
        color : #4f4f4f;
}
.warning {
	font-family: Arial;
	font-size: 11pt;
	color : #4f4f4f;
	font-style : italic;
}
.banner {
	font-family: Arial;
	font-size: 10pt;
        color : #000000;
}
.date {
	font-family: Arial;
	font-size: 10pt;
        color : #000000;
}
.year {
	font-family: Arial;
	font-size: 12pt;
	color : #FE7301;
	font-weight : bold;
}
.header {
	font-family: Arial;
	font-size: 12pt;
        color : #990000;
	font-weight : bold;
}
.headerblack {
	font-family: Arial;
	font-size: 11pt;
        color : #000000;
	font-weight : bold;
}
.footer {
	font-family: Arial;
	font-size: 9pt;
        color : #808080;
}
a.link:link {
	font-family: Arial;
        color : #990000;
        text-decoration: underline;
}
a.link:visited {
	font-family: Arial;
        color : #990000;
        text-decoration: underline;
}
a.link:active {
        font-family: Arial;
        color : #990000;
        text-decoration: underline;
}
a.link:hover {
        font-family: Arial;
        color : #990000;
        text-decoration: underline;
}
a.redlink:link {
	font-family: Arial;
        color : #9e0b0e;
        text-decoration: underline;
}
a.redlink:visited {
	font-family: Arial;
        color : #9e0b0e;
        text-decoration: underline;
}
a.redlink:active {
        font-family: Arial;
        color : #9e0b0e;
        text-decoration: underline;
}
a.redlink:hover {
        font-family: Arial;
        color : #9e0b0e;
        text-decoration: none;
}

a.linknews:link {
	font-family: Arial;
	font-size: 9pt;
        color : #4d4d4d;
        text-decoration: none;
}
a.linknews:visited {
	font-family: Arial;
	font-size: 9pt;
        color : #4d4d4d;
        text-decoration: none;
}
a.linknews:active {
        font-family: Arial;
	font-size: 9pt;
        color : #4d4d4d;
        text-decoration: none;
}
a.linknews:hover {
        font-family: Arial;
	font-size: 9pt;
        color : #4d4d4d;
        text-decoration: underline;
}

div.textbox {
	margin:1em 1em 1em 0;
	padding-left:1em;
	border-left:1px solid silver;
}