
body 
{
	background-color: rgb(0, 51, 51);
	margin: 0px;}

table.main
 {
	 font-family: arial, helvetica;
	 font-size: 12;
	 color: #000000; 
	 }
	 
td.ltside
{
	width: 200px;
	background-color: rgb(29,94,85);
	border-right: 1px solid rgb(0,0,0);
	border-top: 1px solid rgb(0,0,0);
	border-bottom: 1px solid rgb(0,0,0);
	text-align: center;
	vertical-align: top;
	padding-top: 350px;
}

td.now
{
	background-color: #ffff80;
	text-align:center;
	font-family: Arial, helvetica;
	height: 30px;
	color: rgb(0,0,51);
	font-size: 15;
	line-height: 150%;
	border-top: 1px solid rgb(0,0,0);
	padding-top: 5px;
	padding-bottom: 5px;
}

td.main
 {
 	background-color: rgb(252,229,207);
	font-family: palatino linotype, helvetica;
	font-size: 14;
	color: rgb(0,0,0);
	text-align: justify;
	padding-top: 10px;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width:700px;
	border-top: 1px solid rgb(0,0,0);
	border-bottom: 1px solid rgb(0,0,0);
		}
		
#flies 
{
	text-align: center;
}

#flies h3
{
	text-decoration: underline;
	line-height: 0;
}
		
img.left
{
	border: 1px solid rgb(0,0,0);
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
}

img.right
{
	border: 1px solid rgb(0,0,0);
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: right;
}
	
td.blk
{
	 background-color: #000000; 
} 

div.signature 
{
	 font-family: arial, helvetica;
	 font-style: italic;
	 font-size: 10; 
	 color: #ffffff; 
	 text-align: right;
  }
  
a.signature 
{
	font-family: arial, helvetica;
	font-style: italic;
	font-size: 10; 
	text-align: right; 
	color: rgb(252,229,207);
	}

h3.red
{
	font-size: 20;
	color: rgb(128,0,0);
	font-weight: bold;
}
	
hr.signature 
{
	text-align: right;
	color: #000000;
	}

