/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #253548;
}

a{
	color: #D0F5FD;
	text-decoration: underline;
}
a:hover{
	color: #FFFFFF;
}
.text_sm{
	font-size: 10px;
	
}

.text_bold {
	font-weight: bold;
	font-size: 12px;
}

