BODY {background-color: #afcadf;}

h1    { 
    color:#3e4f6e; 
    font-size:22px; 
    font-weight: bold; 
    font-family: Arial, Helvetica, sans-serif 
    } 
	
	h2    { 
    color:#3e4f6e; 
    font-size:16px; 
    font-weight: bold; 
    font-family: Arial, Helvetica, sans-serif 
    } 

DIV.head { font-family: garamond; font-size: 16pt; font-weight: bold  }

P.time, DIV.time { color: #df733d; font-family: arial; font-size: 11pt; line-height: 1.5; font-weight: bold; }

P.event, DIV.event { color: #4574b9; font-family: arial; font-size: 11pt; line-height: 1.5; font-weight: bold; margin-left: 20px }

P.room, DIV.room { font-family: arial; font-size: 10pt; line-height: 1.5; font-weight: bold; margin-left: 20px }

P.desc, DIV.desc { font-family: arial; font-size: 10pt; line-height: 1.5; margin-left: 20px }

P.mods, DIV.mods { font-family: arial; font-size: 10pt; line-height: 1.5; margin-left: 30px; font-style: italic }

A.top:link { font-family: arial; font-size: 15; font-weight: bold; text-decoration: none; color: #003d69; }
A.top:active { font-family: arial; font-size: 15; font-weight: bold; text-decoration: none; color: #003d69; }
A.top:visited { font-family: arial; font-size: 15; font-weight: bold; text-decoration: none; color: #7594c0; }
A.top:hover { font-family: arial; font-size: 15; font-weight: bold; color:#7594c0; text-decoration: none }

A:link { font-family: arial; text-decoration: none; color: #003d69; }
A:active { font-family: arial; text-decoration: none; color: #003d69; }
A:visited { font-family: arial; text-decoration: none; color: #7594c0; }
A:hover { font-family: arial; color:#7594c0; text-decoration: none }

BODY, DIV, P, LI { font-family: arial; font-size: 10pt; line-height: 1.5 }

table.border {
	border-width: 3px 3px 3px 3px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}

table.border td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}