/* CSS Document */
a 	{
		text-decoration:none;
		color: #000000;}
	a:visited 	{
		text-decoration:none;
		color: #000000;}
	a:visited.comment 	{
		text-decoration:none;
		color: #666666;}
	a:hover 	{
		color: #CC0000;}
	a:hover.comment 	{
		color: #CC0000;}
	a img 		{
		border: solid black 1px;}
	a.comment	{
		color: #666666;}
body	{
		margin: 20px 0px 20px 0px;
		background-color: #5F708C;
		font-family: verdana, arial, sans-serif;
		font-size: 8pt;
		text-align: center;}
p		{
		margin-top: 0px;
		padding-top: 0px;
		line-height: 1.6em;}
		p img {
		border: 15px solid black;}
#body{
		background-color: #FFFFFF;
		border: solid black 1px;
		border-top: 0px;
		width: 520px !important;
		width /**/: 642px;
		text-align: left;
		line-height:150%;
		padding: 35px 60px 20px 60px;}
#pic
{ 
		width: 390px !important;
		width /**/: 400px;
		border: 1px solid black;
		background: white;
		padding: 5px 10px;}
.comment{
		color: #666666;
		font-size: 7.5pt;}