.upper  {
	font-size : 16;
	font-family : helvetica;
	font-weight : normal;
	font-style : normal;
	color : white;
	text-decoration : none;
}
a.upper:hover  {
	font-size : 16;
	font-family : helvetica;
	font-weight : normal;
	font-style : normal;
	color : #FF0000;
	text-decoration : none;
}

.red {
	font-size : 16;
	font-family : helvetica;
	font-weight : strong;
	font-style : normal;
	color : #FF0000;
	text-decoration : none;
}

.gray {
	font-size : 14;
	font-family : Helvetica;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.left {
	font-size : 14;
	font-family : Helvetica;
	font-weight : normal;
	font-style : normal;
	color : white;
	text-decoration : none;
}

a.left:hover  {
	font-size : 14;
	font-family : Helvetica;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}
.small{
	font-size : 11;
	font-family : Helvetica;
	font-style : normal;
	color : black;
	text-decoration : none;
}
.link {
	font-family: Helvetica; 
	font-size: 11; 
	color: black;
	TEXT-DECORATION : none;
}

a.link:hover {
	font-family: Helvetica; 
	font-size: 12; 
	color: #FF0000;
	TEXT-DECORATION : underline;
}
.info
{
 color:            black;
 font-family:      Arial, Verdana, Tahoma; 
 font-size:        11pt;
 font-style:       normal;
 text-decoration:  underline;
}

a.info:hover
{
 font-family:      Arial, Verdana, Tahoma; 
 font-size:        11pt;
 color:            #FF0000;
 text-decoration:  none;
 font-style:       normal;
}



