@import url(../../_StyleBase/basic.css);

body { 
	margin-bottom: 0px; 
	font-family: "Perpetua", "Times New Roman", "Serif"; 
	font-size: 13px ;
	background-color: #A8A8FF;
	color: black;
	}

H1.Title {color:blue; margin: 2pt 2pt 2pt 2pt; font-weight: normal; text-align:center; font-size: 36pt;}
H1.SubTitle {color:blue; margin: 2pt 2pt 2pt 2pt; font-weight: normal; text-align:center;font-size: 18pt;}
H1.CalendarHead {color:#000000; font-weight: bold; font-size:18pt; text-align:center;}

P.CalendarBody {color: black; font-size: 12pt; margin: 6pt 0pt;}

/*<!-- link styles -->*/
body a:link    { color: black;}
body a:visited { color: #800040;}
body a:hover   { color:white; background-color: #800040;}
body a:active  { color:#77FF77; background-color: #800040;}

P.MenuItem a:link    { color: blue; text-decoration: none;}
P.MenuItem a:visited { color: purple;	text-decoration: none;}
P.MenuItem a:hover   { color: FFFF00; background-color: #800040; font-size: 10pt; text-decoration: none;
                       font-family: "Arial", "Non-Serif";}
P.MenuItem a.active  { color: FFFF00; background-color: #800040; font-size: 10pt; text-decoration: none;
                       font-family: "Arial", "Non-Serif"; }

P.MenuItem {text-align: center;}

P.Footer a:link    { color: blue; text-decoration: none;}
P.Footer a:visited { color: purple;	text-decoration: none;}
P.Footer a:hover   { color: FFFF00; background-color: #800040; font-size: 9pt; text-decoration: none;
    font-family: "Arial", "Non-Serif";}
P.Footer a.active  { color: red; text-decoration: underline; background-color: #800040;}
/*<!-- End link styles -->*/

hr.Calendar {color: none;}

/*<!-- Table styles -->*/

Table.Calendar {
    border: 5px ridge ;
    border-collapse: collapse;
    border-color: #8080FF;
    width:100%; 
    background-color:#8080FF; 
}
TD.Calendar {
    border: 2px ridge;
    border-collapse: collapse;
    border-color: #8080FF;
    text-align:left; 
    vertical-align:top;
    padding:10px;
    width:33% 
}

Table.TableFoto {
    border: 10px solid;
    border-color: #8080FF;
}