body {
	color: #660000;
	font-size: 14px;
	text-align: center;
	font: Times New Roman;
	}

div#container {
	width: 750px;
	margin: 3px 3px 3px 3px;
       padding: 3px 3px 3px 3px;
	text-align: left;
	}
	body.fullwidth div#container { width: 100%; }
	div#header {
		}
		div#header-in {
			}
	div#content-wrap {
		}
		div.content {
			}
			div.content-in {
				}
	div#footer {
		}
		div#footer-in {
			}

a {
	color: #660000;
	background-color: inherit;
	text-decoration: underline;
	}
	a:visited 	{ color: #06f; background: inherit; }
	a:hover 	{ color: #06f; background: inherit; }
	a:active 	{ color: #06f; background: inherit; }

p {
	margin: 0.50em 0 1.00em 0;
	line-height: 1.50em;
	}

table.calendar {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-collapse: separate;
	}

table.calendar td {
	border-width: 1px 1px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #888888 #888888 #888888 #888888 
	}