body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: oblique;
	font-weight: bolder;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: larger;
	font-style: oblique;
	font-weight: bolder;
}

/* ID Styles */

#navigation td {
	border-bottom: 2px solid #C0DFFD;
	}
	
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url(images/mm_arrow.gif) 14px 45% no-repeat;
	}
	
#navigation a:hover {
	background: #ffffff url(images/mm_arrow.gif) 14px 45% no-repeat;
	color:#FF6600;
	}
	
#monthformat {
	border-bottom: 2px solid #E6F3FF;
		}
		
#dateformat {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight:bold;
	letter-spacing:.1em;
	}
	
#dateformat a:hover {
	color: #FF6600;
	letter-spacing:.1em;
	}

/* Class Style */
a:link {
	color: #009966;
}
a:visited {
	color: #3333CC;
}
a {
	color: #006666;
}
a:hover {
	color: #00cc99;
}
a:active {
	color: #cc3366;
}

