/* CSS Document */

.text {
	font-family: Verdana;
	font-size: 11px;
	color: #002453;
}

.small {
	font-family : Verdana;
	font-size : 9px;
	color : #002453;
}

a{
	font-size : 11px;
	font-family : Verdana;
	color : #002453;
}
	a:link {
	color : #002453;

}
	a:hover {
	color : #DE4617;
	text-decoration: none;

}
	a:active {
	color : #DE4617;
	text-decoration: none;

}
	a:visited {
	color : #DE4617;

}

.smalllink a{
	font-size : 9px;
	font-family : Verdana;
	color : #002453;
	text-decoration: none;
	
}
	.smalllink A:link {
	color : #002453;

}
	.smalllink A:hover {
	color : #DE4617;
	text-decoration: underline;

}
	.smalllink A:active {
	color : #DE4617;
	text-decoration: underline;

}
	.smalllink A:visited {
	color : #DE4617;

}	

H1 {
	font-family: Verdana;
	font-size: 18px;
	color: #506C91;
	font-weight: bold;
}

.table-blue {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #506C91;
	background-color: #C7D4E5;
	border: 1px solid #C1CFE0;
	
}