a:link {
	text-decoration : none;
}
a:visited {
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}

div.domain {
	color: #0A246A;
	font-size : medium;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	padding : 5 px;
}
div.reldomain {
	color: #0A246A;
	font-size : 10px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

div.text {
	font-family : Arial, Helvetica, sans-serif;
	color: Navy;
	font-size : 11pt;
}

div.text_black {
	font-family : Arial, Helvetica, sans-serif;
	color: Black;
	font-size : x-small;
}

.smalltext {
	font-family : Arial, Helvetica, sans-serif;
	color: gray;
	font-size : 9pt;
}

.verysmalltext {
	font-family : Arial, Helvetica, sans-serif;
	color: gray;
	font-size : 7pt;
}

div.strongtext {
	font-family : Arial, Helvetica, sans-serif;
	color: Navy;
	font-size : 10pt;
	font-weight : bold;
}

div.label {
	font-family : Arial, Helvetica, sans-serif;
	color: #0A246A;
	font-size : 9pt;
}

.erratacorrige {
	font-family : Arial, Helvetica, sans-serif;
	color: Red;
	font-size : 7pt;
	text-align : right;
}

.title {
	font-family : Arial, Helvetica, sans-serif;
	color: #0A246A;
	font-size : 11pt;
	font-weight : bold;
}

.smalltitle {
	font-family : Arial, Helvetica, sans-serif;
	color: #0A246A;
	font-size : 10pt;
	font-weight : bold;
}


.date {
	font-family : Arial, Helvetica, sans-serif;
	color: #0A246A;
	font-size : 9pt;
}

.smalldate {
	font-family : Arial, Helvetica, sans-serif;
	color: #0A246A;
	font-size : 8pt;
}


div.link {
	font-family : Arial, Helvetica, sans-serif;
	color: Gray;
	font-size : xx-small;
	text-align : right;
}

div.navlink {
	font-family : Arial, Helvetica, sans-serif;
	color: Gray;
	font-size : x-small;
	font-weight : bold;
}

div.attachedFile {
	font-family : Arial, Helvetica, sans-serif;
	color: Green;
	font-size : x-small;
}

div.attachedLink {
	font-family : Arial, Helvetica, sans-serif;
	color: Navy;
	font-size : x-small;
}

div.sign {
	font-family : Arial, Helvetica, sans-serif;
	color: Navy;
	font-size : x-small;
	text-align : right;
}

div.error {
	font-family : Arial, Helvetica, sans-serif;
	color: Red;
	font-size : small;
	font-weight : bold;
	text-align : center;
}

div.button {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #0A246A;
	color : White;
	font-weight : bold;
	width : 80px;
	text-align : center;
	font-size : x-small;
	padding : 2px;
}

/* toolbar text (includes links) */
.toolbar {
	font-family : Arial, Helvetica, sans-serif;
	color: Navy;
	font-weight : bold;
	font-size : 9pt;
	text-decoration : none;
}
.toolbar:hover {
	color : #660000;
	text-decoration : underline;
}

/* Author */
.author {
	font-family : Arial, Helvetica, sans-serif;
	color: Navy;
	font-weight : bold;
	font-size : 7pt;
}
