@charset "utf-8";
/* CSS Document */


body
{ 
	font-family: Arial, Helvetica, sans-serif; background-color: #CECECE; background-image:url(images/blue_background.jpg); 
	color: black; margin-top: 2px; text-decoration:none; font-size: small; font-weight: 400; font-style: normal; margin-top:10px;	
}

table       
{
  border: ;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 400;
	background-color: white;
	font-style: normal;
	width: 100%;
	text-align: center;
}

a:link		{ font-family: Arial, Helvetica, sans-serif; font-size: small; color: blue; text-decoration: none}
a:visited	{ font-family: Arial, Helvetica, sans-serif; font-size: small; color: blue; text-decoration: none }
a:active	{ font-family: Arial, Helvetica, sans-serif; font-size: small; color: blue; text-decoration: none}
a:hover		{ font-family: Arial, Helvetica, sans-serif; font-size: small; text-decoration: underline; }
