.text_normal{
     font-size: 12px;

}

.text_normal a:link {
     text-decoration: none;
     color: #25518E;
}

.text_normal a:visited {
     text-decoration: none;
     color: #25518E;
}

.text_normal a:hover {
     text-decoration: underline;
     color: #2B2286;
}

.text_normal a:active {
     text-decoration: underline;
     color: #25518E;
}


.text_header{
	font-size:16px;
     font-weight:bold;
     color:#0066CC;
}


.text_bright{
	color: #FF972F;
}

.text_dark{
	color: #7B0028;
}

