/* CSS Document */

BODY    {
background: white;
color: #333333;
font-size:12px;
font-family: Tahoma, Geneva, sans-serif;
background-color:#333;
}


table   {
color:#666666;
font-size:12px;
font-family: Tahoma, Geneva, sans-serif;
}

A:link	{
color:#336699;
font-size:12px;
text-decoration:none;
cursor:default;
font-weight:bold;
	}

A:hover	{
color:#669966;
font-size:12px;
text-decoration:underline;
font-weight:bold;
	}
A:visited	{
color:#336699;
font-size:12px;
text-decoration:none;
text-transform:none;
font-weight:bold;
}

.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	}
	
.ptitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF
	}
