body {
 	margin: 8px 8px 8px 8px;
 	background-color: CCCC99;
}

.vertrule {        
	border-left: 1px solid darkgray;
}

.sectiontitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:black;
	font-weight:bold;
	text-decoration:none;
	margin-top:0px;
	margin-bottom:0px;
}

.subtitle {
        color:#980000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;        
}

p, ul {
	margin-top:2px;
        font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;	
	padding-left:2px;
	padding-bottom:1px;
}

.footer {
        font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;		
}

a.footer {
	color: #333333;
	border-bottom: 1px dashed #333333;
	text-decoration:none;
        font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;	
}

a:hover.footer {
	color: #C00000;
	border-bottom: 1px solid #C00000;
	font-size:10px;	
}

.list {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;	
 	background-color: beige;
}

.calendardate {
        font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

th.calendar {
        font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
        color: white;
	line-height: 16px; 
 	background-color: 333333;  
        width: 120px;
}

td.calendar {
        width: 120px;
}

tr.calendar {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;	
 	background-color: beige;        
}

a {
	color: #333333;
	border-bottom: 1px dashed #333333;
	text-decoration:none;
        font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;	
}

a.list {
	color: #C00000;
	border-bottom: 1px dashed #C00000;
	text-decoration:none;
        font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;	
}

a.pwhite {
	color: white;
	border-bottom: 1px dashed white;
	text-decoration:none;
        font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;	
}

a:hover {
	color: #C00000;
	border-bottom: 1px solid #C00000;
}

a: {
	color: EEEEEE;
	border-bottom: 1px dashed EEEEEE;
	text-decoration:none;
        font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;	
}

a:hover.pwhite {
	color: white;
	border-bottom: 1px solid white;
}

a:hover.list {
	color: #E80000;
	border-bottom: 1px solid #E80000;
}

a.nodecoration {
	color: black;
        border: none;
	text-decoration:none;
}

a.nodecoration:hover {
	border: none;
	text-decoration:none;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	margin-top:0px;
	margin-bottom:0px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;	
	color:#555555;
	font-weight:bold;
	text-decoration:none;
	margin-top:0px;
	margin-bottom:0px;
}
h2.news {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#555555;
	font-weight:bold;
    font-style:italic;
	margin-top:0px;
	margin-bottom:0px;
}

h3 {
        color:#980000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:normal;
        font-weight:bold;
	text-decoration:none;
        text-align:left;
	margin-top:0px;
	margin-bottom:0px;
}

h6 {
	font-family:tahoma,verdana,arial,helvetica,sans-serif;
	font-size:10px;
	color:gray;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
}

h1 a, h2 a {
        border: none;
	color:#980000;
	text-decoration:none;
}

h1 a:hover, h2 a:hover {
	border: none;
	color:#980000;
	text-decoration:underline;
}

div.center, td.center {
	text-align: center;        
}

div.left, td.left {
	text-align: left;
}

div.right, td.right {
	text-align: right;
}

.smalltext {
	font-family:tahoma,verdana,arial,helvetica,sans-serif;
	font-size:10px;
	color:black;
}

myTable {
    background-color:"red";
}

