@charset "utf-8";
/* CSS Document */

body 	{
			margin: 0px;
			font-family: Verdana, Geneva, sans-serif;
			font-size: 11px;
			color: #666666;
		}

.greenbold	{
				color: #51a0ff;
				font-weight:bold;
		 	}
			
.green	{
				color: #51a0ff;
		 	}
			
.white	    {
				color: #ffffff;
			}

h2	
{
	padding:0px;
	margin:0px;
	font-size:18px}
	
h1	
{
	padding:0px;
	margin:0px;
	font-size:30px}
			
a:link {
	color: #51a0ff;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
}
a:visited {
	color: #51a0ff;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
}
a:hover {
	color: #51a0ff;
	text-decoration: underline;
	font-size: 11px;
	font-weight:bold;	
}
a:active {
	color: #51a0ff;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;	
}			

a.grey:link {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-weight:normal;
}
a.grey:visited {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-weight:normal
}
a.grey:hover {
	color: #666666;
	text-decoration: underline;
	font-size: 11px;
	font-weight:normal
}
a.grey:active {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-weight:normal
}			