/* CSS Document */


body 
  { 
	margin: 60px 0px 0px 0px; 
	background: #C1D8F4;
	text-align: center;
}

.TextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EBEBEB;
	line-height: 180%;
}

A.smalllink:link {color:#FFFFFF; text-decoration:none; font-weight:bold; 	font-size: 12px;}
A.smalllink:visited {color:#FFFFFF; text-decoration:none; font-weight:bold; 	font-size: 12px;}
A.smalllink:active {color:#FFFFFF;text-decoration:none; font-weight:bold; 	font-size: 12px;}
A.smalllink:hover {color:#4A8DE0; text-decoration:underline; font-weight:bold; 	font-size: 12px;}
