a:link {
    color:blue;
    text-decoration:underline;
}
a:active { color:red }
a:visited { color:purple }
a.link1:link {
    text-decoration:none;
    color:blue;
}
body {
    background-color:white;
    color:black;
}
.text
	{
	font-family:'Helvetica','Arial','Sans-serif';
    font-size:12px;
    text-decoration:none;
    color:#000000;
	}
.smtext
	{
	font-family:'Helvetica','Arial','Sans-serif';
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
    color:#000000;
	}
.largetext
	{
	font-family:'Helvetica','Arial','Sans-serif';
    font-size:14px;
    text-decoration:none;
    font-weight:bold;
    color:#000000;
	}	
.text0 {
    font-family:'Helvetica','Arial','Sans-serif';
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    color:#666666;
}
.text015 {
    font-family:'Helvetica','Arial','Sans-serif';
    font-size:12px;
    font-weight:bold;
}
.text11 {
    font-family:'HelveticaNeue BoldCond';
    font-size:48px;
    text-decoration:none;
    color:gray;
}
.text9 {
    font-family:'Helvetica','Arial','Sans-serif';
    font-size:12px;
    text-decoration:none;
    color:red;
}
.tNormal {
    font-family:'Helvetica','Arial','Sans-serif';
    font-size:12px;
    text-decoration:none;
    color:black;
}
.para0 {
    text-align:center;
}
.pNormal {
}
.box1 {
    padding:0px;
}
.box3 {
    background-color:white;
    width:157px;
    height:143px;
}
.box7 {
    position:absolute;
    left:23px;
    top:90px;
    width:755px;
    height:3px;
}
A.textlinks{
	font-size: 12px;
	font-family:'Helvetica','Arial','Sans-serif';
        text-decoration: underline;
	color:navy;
	}
 A.textlinks:hover{
 	font-size: 12px;
 	font-family:'Helvetica','Arial','Sans-serif';
        color:#ff0000;
       	text-decoration: underline;
         }