/* GENERAL fonts */
P, OL, UL, DIV, H1, H2, H3, A {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: black;
	padding-bottom: 3px;
}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
H3 { font-size: 15px; }
P, H1, H2, H3 {margin: 0px 0px 0px 10px;}


/* Content column */
TD#normal {
	width: 560px;
	vertical-align: top; 
	background-color: white;
	padding-right: 200px;
	text-align: justify; 
}

/* Menu column */
TD#menu-1 {
	font-family: arial, verdana, sans-serif;
	vertical-align: top;
	background-color: white;
	padding-left: 7px;
	padding-top: 15px;
	padding-bottom: 15px;			
}


DIV.menu-1-no A{
	font: 16px sans-serif;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	border-right: solid 1px red;
	color: red;			
}

DIV.menu-1-no A:hover {
                background-color: red;
                color: white;
}


DIV.menu-1-act A{
	font: 16px sans-serif;
	padding-right: 5px;
	padding-left: 3px;
	text-decoration: none;		
	border-right: solid 1px red;
	color: white;	
                background-color: red;	
}


/* SundayAfternoon link */
TD#colofon {
	vertical-align: bottom;
	text-align: right;
	font: 14px sans-serif;	
}

TD#colofon DIV.sa-link A{
  text-decoration: none;
}

TD#colofon DIV.sa-link A:hover{
  text-decoration: underline;
}
