/* CSS Document */

/* Meg's sad attempt to combine CSS and html */

/* --- body --- */

body { 
	font: 8.5pt/11.5pt arial, sans-serif;
    background-color:#CCCC99;
	color:#000000;
    margin:0px; 
	height:100%;
	}
	
	/* --- text --- */

p {
	font: 12pt/12pt "times new roman", times, sans-serif;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 5px;
	}
p.info {
	font: 10pt/10pt "times new roman", times, sans-serif, #003300;
	text-align: left;
	}
p.headers {
	font: 12pt/14pt "times new roman", times, sans-serif, #003300;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 5px;
	background-color:#CCCC99;
	}
	p.calender {
	font: 12pt/14pt "times new roman", times, sans-serif, #003300;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 5px;
	background-color:#CCCCFF;
	}
		p.calender2 {
	font: 12pt/14pt "times new roman", times, sans-serif, #003300;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 5px;
	background-color:#CCCCCC;
	}
	p.emphasize {
	font: 10pt/10pt arial, sans-serif, #000000, bold;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 5px;
	}
a {
	font-weight: bold;
	}
a.main:link, a.main:visited { 
	text-decoration: none; 
	color: #666699;
	background-color:transparent;
	}
a.main:active, a.main:hover { 
	text-decoration: underline; 
	color: #666699;
	background-color:transparent;
	}
	
a.sidebar:link, a.sidebar:visited { 
	text-decoration: none; 
	color: #000000;
	}
a.sidebar:active, a.sidebar:hover { 
	text-decoration: underline; 
	color: #003300;
	}
a.rightlinks:link, a.rightlinks:visited { 
    font-size: 90%;
	text-decoration: none; 
	color: #003300;
	}
a.rightlinks:active, a.rightlinks:hover {
	font-size: 90%;
	text-decoration: underline;
	color: #CCCC99;
	}
.links_on_white {
	color: #CC6;
	font-size: medium;
	font-family: "times new roman", times, sans-serif;
}
