.errorMessage      		{	font-family: Verdana, Arial, Helvetica; font-size: 10pt; color: ff0000; }

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ffffff; text-decoration:none;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
	padding: 5px 5px 5px 5px;
	position:absolute;
    top:1em; left:-15em; width:15em;
    border:1px solid #cccccc;
    background-color:#ffffff; color:#000;
	text-decoration:none;
    text-align: center}

	
	A:hover { color : #86B1A3 ; }
	.matrix1 { border : 1px solid white ; }
	.matrix2 { border : 1px solid #CCC49E ; }
	.matrix3 { border : 1px solid white ; }
	.matrix4 { border : 1px solid black ; }
	
	
	/* Login */
	.Login { font-family : Arial ; color : white ; text-transform : none ; font-weight : 500 ; font-size : 8pt ; text-decoration : none ; }
	.LoginCredit { font-family : Arial ; color : #BFCBE2 ; text-transform : none ; font-weight : 500 ; font-size : 8pt ; text-decoration : none ; }
	
	
	/* Header */
	.HeaderHome1 { font-family : arial ; color : #339998 ; text-transform : none ; font-weight : 600 ; font-size : 9pt ; text-decoration : none ; }
	.HeaderHome2 { font-family : arial ; color : #339998 ; text-transform : none ; font-weight : 500 ; font-size : 7pt ; text-decoration : none ; }
	
	/* Navigation */
	.NavBigHome { font-family : arial ; color : #E5ECEC ; text-transform : none ; font-weight : 600 ; font-size : 9pt ; text-decoration : none ; }
	.NavSmallHome { font-family : arial ; color : #E5ECEC ; text-transform : none ; font-weight : 600 ; font-size : 8pt ; text-decoration : none ; }
	.Notation { font-family : arial ; color : #003333 ; text-transform : none ; font-weight : 500 ; font-size : 8pt ; text-decoration : none ; }
	.NavBigStore { font-family : arial ; color : #333332 ; text-transform : none ; font-weight : 600 ; font-size : 9pt ; text-decoration : none ; }
	.NavSmallStore { font-family : arial ; color : #333332 ; text-transform : none ; font-weight : 600 ; font-size : 8pt ; text-decoration : none ; }
	
	/* Content */
	.button { font-family : Arial ; color : #666666 ; text-transform : none ; font-weight : 500 ; font-size : 8pt ; text-decoration : none ; letter-spacing : none ; }
	.text { font-family : arial ; color : #003333 ; text-transform : none ; font-weight : 600 ; font-size : 10pt ; text-decoration : none ; letter-spacing : none ; }
	.textInput { font-family : Arial ; color : #F11588 ; text-transform : none ; font-weight : 500 ; font-size : 8pt ; text-decoration : none ; letter-spacing : none ; }
	.Attention { font-family : Arial ; color : #FF00A2 ; text-transform : none ; font-weight : 500 ; font-size : 8pt ; text-decoration : none ; }
	.storeText { font-family : arial ; color : #003333 ; text-transform : none ; font-weight : 500 ; font-size : 9pt ; text-decoration : none ; letter-spacing : none ; }
	.storeTextSelected { font-family : arial ; color : #619797 ; text-transform : none ; font-weight : 600 ; font-size : 9pt ; text-decoration : none ; letter-spacing : none ; }
	
	/* Headers */
	
	
	/* Misc */
	.buttonText { font-family : arial ; color : #003333 ; text-transform : none ; font-weight : 600 ; font-size : 9pt ; text-decoration : none ; letter-spacing : none ; }
	
	/* Footer */
	.footer { font-family : Arial ; color : #E5ECEC ; text-transform : none ; font-weight : 600 ; font-size : 8pt ; text-decoration : none ; }
