.style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;

}

a:link{
	color : #345A6B;
	text-decoration : none;
}

a:visited{
	color : #345A6B;
	text-decoration : none;
}

a:hover{
    color : #F14949;
	text-decoration : none;
}

a:active{
   	color : #000000;
	text-decoration : none;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;

}

