
body	{
	font-family: "verdana,arial,tahoma,sans-serif";
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
}

h1	{
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #ff66cc;
}


p	{
	margin-top: 5px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}

a:link	{
	color: #666666;
	background-color: transparent;
	text-decoration: underline;
}


a:visited	{
	color: #666666;
	background-color: transparent;
	text-decoration: underline;
	
}

a:hover	{
	color: #ff66cc;
	background-color: #ffffff;
	text-decoration: none;
}	

a.pdf:link	{
	color: #666666;
	background-color: transparent;
	text-decoration: underline;
}


a.pdf:visited	{
	color: #666666;
	background-color: transparent;
	text-decoration: underline;
	
}

a.pdf:hover	{
	color: #ffffff;
	background-color: #ff66cc;
	text-decoration: none;
}	
