/* Global Styles */
body {
	background-color: #708090;
	font-family: sans-serif;
	margin:0px;
}

table.page{
	width: 780px;
	background-color: White;	
}

table.page tr.pg_title {
	background-color: White;
	color: Navy;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 16px;
	text-align: right;
}

table.page a:link, table.page a:visited{
	font-weight: bold;
	text-decoration: none;
	color: Black;
}
table.page a:hover{
	font: italic;
}

table.page td.sm_text{
	font-size: 80%;
}



/* tble class set in show_main_menu() */
table.main_menu_items{
	background-color: Red;
	color: White;
	font-size: 75%;
	letter-spacing: 2px;
	width: 100%;
	text-align: center;
	text-decoration: none;
}
table.main_menu_items a:link, table.main_menu_items a:visited{
   font-weight: bold;
   text-decoration: none;
   color: White;
}
table.main_menu_items a:hover{
	font: italic;
}


table.footer {
	width: 100%;
	background-color: #708090;
	color: White;
	font-size: 75%;
	letter-spacing: 2px;
}

table.footer a:link, table.footer a:visited{
  text-decoration: none;
	color: White;
}
table.footer a:hover{
	font-weight: bold;
}

.pg_caption {
	font-family: sans-serif;
	font-size: 11px;
	color: Navy;
}

/* Calendar Styles */

#calendar td {
	border: 1px solid #26354A; 
	}
	
#noborder td {
	border: 0px;
	}

#calheader td {
	font-weight:bold;
	color: #ffffff;
	}
	
.calendarText {
	font:11px Arial, Helvetica, sans-serif;
	color: #26354A;
	letter-spacing:.1em;
	}
/* end calendar styles */