TD.banner {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: white;
	background: #990033;
}

TD.lang {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal;
	color: #666666;
}

TD.stock {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal;
	color: black;
	text-align: justify;

}

TD.stocktitle {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	font-style: normal; 
	font-weight: normal;
	color: black;
	text-align: justify;
	border-bottom: 1px solid black; 
}

TD.stockitem{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: bold;
	color: black;
	text-align: justify;
	border-bottom: 1px solid black; 
}

TD.curstockitem{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: bold;
	color: #990033;
	text-align: justify;
	border-bottom: 1px solid black; 
}



.tel {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-style: normal; 
	font-weight: bold;
	color: black;
	
}

.email {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-style: normal; 
	font-weight: bold;
	color: black;
	
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-style: normal; 
	font-weight: bold;
	color: black;
	
}
H2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold;
	color: black;
	
}


H3 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-style: normal; 
	font-weight: bold;
	color: #990033;
	margin: 0;
	}

H4 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold;
	color: #990033;
	margin: 0;
	}

P {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal;
	color: black;
	text-align: justify;
	line-height: 17px;

}

.newstock {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal;
	color: black;
}

P.warning {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal;
	color: #990033;
	text-align: justify;
	line-height: 17px;

}


TD {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal;
	color: black;

}

TD.border, TR.border TD { font-size: 0pt; }

INPUT {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: black;
	width: 100%;	
}

TEXTAREA {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: black;
	width: 100%;	
}

INPUT.button {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: black;
	width: 75;	
}

INPUT.redbutton {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	font-weight: bold;
	color: #990033;
	width: 150px;	
}



HR {
	color: white;
	height: 1px;	
}

<!-- LINKS -->

A {
    text-decoration:none;
}

A:visited, A:link {
    font-weight: bold;
    color: #333399;
    text-decoration:none;
    }

A:active, A:hover  {
    color: red;
    text-decoration:none;
    }


A:visited.lang, A:link.lang {
    font-weight: normal;
    color: black;
    text-decoration:none;
    }

A:active.lang, A:hover.lang  {
    font-weight: normal;
    color: #666666;
    text-decoration:none;
}
    
    
A:link.banner, A:visited.banner {
	font-size: 12px; 
    font-weight: bold;
    color: white;
    }
    
A:hover.banner, A:active.banner {
    font-weight: bold;
    color: black;
    }
    
A:visited.contact, A:link.contact {
    color: black;
    text-decoration:underline;
    }

A:active.contact, A:hover.contact  {
    color: #666666;
}

A:visited.stock, A:link.stock {
    color: black;
    text-decoration:none;
    }

A:active.stock, A:hover.stock  {
    color: #990033;
}



