.hide { display: none;}
.myText { color: #636363; font-size: 7pt; font-family: Verdana, Arial; font-weight: normal; font-stretch: condensed; }
.myTextSmall { color: #636363; font-size: 8pt; font-family: Verdana, Arial; font-weight: normal; font-stretch: condensed; }
.myText10 { color: #636363; font-size: 10pt; font-family: Verdana, Arial; font-weight: normal; font-stretch: condensed; }

.textBlack7 { color: #000000; font-size: 7pt; font-family: Verdana, Arial; font-weight: normal; font-stretch: condensed; }
.textBlack8 { color: #000000; font-size: 8pt; font-family: Verdana, Arial; font-weight: normal; font-stretch: condensed; }
.textBlack9 { color: #000000; font-size: 9pt; font-family: Verdana, Arial; font-weight: normal; font-stretch: condensed; }
.textBlack10 { color: #000000; font-size: 10pt; font-family: Verdana, Arial; font-weight: normal; font-stretch: condensed; }
.textBlack11 { color: #000000; font-size: 11pt; font-family: Verdana, Arial; font-weight: normal; font-stretch: condensed; }
.textBlack12 { color: #000000; font-size: 12pt; font-family: Verdana, Arial; font-weight: normal; font-stretch: condensed; }
.textBlack12b { color: #000000; font-size: 12pt; font-family: Verdana, Arial; font-weight: bold; font-stretch: condensed; }

.textBordo7 { color: #8C1610; font-size: 7pt; font-family: Verdana, Arial; font-weight: bold; font-stretch: condensed; }
.textBordo8 { color: #8C1610; font-size: 8pt; font-family: Verdana, Arial; font-weight: bold; font-stretch: condensed; }
.textBordo9 { color: #8C1610; font-size: 9pt; font-family: Verdana, Arial; font-weight: bold; font-stretch: condensed; }
.textBordoBig { color: #8C1610; font-size: 12pt; font-family: Verdana, Arial; font-weight: bold; font-stretch: condensed;}

.textRed10n { color: #FF0000; font-size: 10pt; font-family: Verdana, Arial; font-weight: normal; font-stretch: condensed; }
.textRed10 { color: #FF0000; font-size: 10pt; font-family: Verdana, Arial; font-weight: bold; font-stretch: condensed; }
.textRed10m { color: #FF0000; font-size: 10pt; font-family: Verdana, Arial; font-weight: bold; font-stretch: condensed; margin-left: 25px; }
.textRed11 { color: #FF0000; font-size: 11pt; font-family: Verdana, Arial; font-weight: bold; font-stretch: condensed; }
.textRed12 { color: #FF0000; font-size: 13pt; font-family: Verdana, Arial; font-weight: bold; font-stretch: condensed;}
.textRed13 { color: #FF0000; font-size: 13pt; font-family: Verdana, Arial; font-stretch: condensed; }

.textMaterial { color: #636363; font-size: 8pt; font-family: Verdana, Arial, Optima; font-weight: normal; font-stretch: condensed; }

li { color: #000000; font-size: 10pt; font-family: Verdana, Arial; font-weight: normal; font-stretch: condensed; }

.myLink,
.myLink:link, 
.myLink:active, 
.myLink:visited {
	font-family:		Verdana, Arial;
	font-size:			9pt;
	color:				#000000;
	text-decoration: 	none;
}

.myLink:hover {
	color:				#FF0000;
	text-decoration: 	none;
}

/*
label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
}

label.error{
	remove the next line when you have trouble in IE6 with labels in list
	font-family: Verdana, Arial;
	color: red;
	font-size: 8pt;
	font-style: italic;
	margin-left: 5px;
	width: 90px;
}

div.error { display: none; }

input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
*/