/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

p {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}

.title
	{
		font-family : "Arial";
		font-size : 14px;
		color: #000000;

	}
	
.little {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; }

.blue {color: #5D71A0; font-weight:bold;}
.green {color: #485633; font-weight:bold;}

a
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
a:link {
	
  color: #505050;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #505050;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #505050;
  background-color: transparent;
 text-decoration: underline;
}




