body 	{
		background-color:#FFFFFF; 
		text-align: left;
		
		}

body, td {
	
		font-family: palatino, Helvetica, Verdana, Arial, Tahoma, sans-serif;
		font-size: 9pt;
		font-weight: normal;
		color: #191970;
		}




#topleftcell, #topcell, #leftcell
		{
		border: #6495ED;
		}

#topleftcell
		{
		border-top: 2pt solid #E0E0E0;
		border-left: 2pt solid #E0E0E0;
		
		
		}



#topcell
		{
		border-top: 2pt solid #E0E0E0;
		border-right: 2pt solid #B0B0B0;
		border-bottom: 2pt solid #B0B0B0;		

		}



#leftcell
		{
		border-left: 2pt solid #E0E0E0;	
		border-right: 2pt solid #B0B0B0;	
		border-bottom: 2pt solid #B0B0B0;			
		}





	
		
	h1	{
		color: #000099;
		font-size: 12pt;
		}
		
	h3	{
		color: #000066;
		font-size: 11pt;
		}
	
	.title
		{
		font-size: 20pt;
		
		}

	a, a:visited 	{
		color: darkred;
		font-weight:bold;
		text-decoration:none;
		}

	a:hover
		{		
		text-decoration:none;
		font-weight:bold;
		color:cornflowerblue;
		}
		
	
	
				
	td.menubox
		{
		text-align: center;
		font-size: 11pt;
		}
	

	
	.footerbox
		{
		font-size: 7pt;
		}
	
	
	.footer
		{
		font-size: 7pt;
		}
		
#imageContainer 
	{
	position:relative;
	margin:auto;
		text-align: center;
	}

#imageContainer img 
	{
	display:none;
	position:absolute;
	top:0; left:0;

	}


/*cal styles */

.cal, td.unselected, td.selected, td.dayname
	{
	font-size: 9pt;
	text-align: center;
	}
	
td.dayname
	{
	
	font-weight: bold;
	text-decoration:underline;
	
	}
	
.monthtitle
	{
	font-size: 11pt;
	font-weight: bold;
	}

.changemonth a
	{
	font-size: 10pt;
	color: hotpink;
	text-decoration:none;
	}
	
.changemonth a:hover
	{
	color: #CC0066;
	}
	


td.selected
	{
	background-color: hotpink;
	color: white;
	}

td.unselected
	{
	background-color: lightblue;
	color: black;
	}
	


	
/*end of cal styles */		