
BODY
{
	background-color: white;
	background-image: url('images/bkgrnd.jpg');
	font-family:'times new roman', 'sans-serif';
	font-size:120%;
	color:black;
}

table.header {
	width:770;
	text-align:center;
	font-size:100%
}

table.main
{
	width:770;
}

table.footer
{
	color:black;
	font-family:arial,sans-serif;
	text-align:center;
	font-size:12px;
}
.footerSpan { font-size:11px; }

table.userAdmin
{
	font-size: small;
	background-color:white;
}

table.calendar
{
	empty-cells: show;
	font-size: 70%;
}

p.j { text-align: justify; }

div.eventH
{
	color:black;
	font-style: italic;
	font-weight: bold;
	font-size: 100%;
	white-space: nowrap;
	text-align: center;
}
	
div.event
{
	font-size: small;
	text-align: justify;
}

td.L 		{ text-align:left;	}
td.R 		{ text-align:right;	}
td.C 		{ text-align:center;	}
td.LB { 
	text-align:left;
	font-weight:bold;
}

td.w765	{ width:765; }
	
p.j 		{ text-align: justify; }
p.bold 	{ font-weight:bold;	}
hr 		{ text-align: center; }



a:visited 
{
	color: black;
	text-decoration:none;
}
a:hover { color: black;	}

div.img {
		margin:2px;
		border:1px solid #0000ff;
		height:auto;
		width:auto;
		float:left;
		text-align:center;
	}
div.img img {
		display:inline;
		margin:3px;
		border:1px solid #ffffff;
	}
div.img a:hover img { border:1px solid #0000ff;}
div.desc {
		text-align:center;
		font-weight:normal;
		font-size:80%;
		width:164px;
		margin:2px;
	}
