/* CSS Document */

.text1 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#7193B8;
	}
	
.text2 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#415C9F;
	}
	
.text1 a:hover {
	text-decoration:underline;
	}
	
.text2 a:hover {
	text-decoration:underline;
	}