* {
   margin: 0;
   padding: 0;
}
body {
	text-align: -moz-center;
	text-align: center;
	background-image: url("img/background.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
p {
   font-family: Arial, Verdana, sans-serif;
   font-size: 10pt;
   margin: 10px 0;
   text-align: justify;
}
h1 {
   font-family: Arial, Verdana, sans-serif;
   font-size: 18pt;
   font-weight: bold;
   color: #000
}
h2 {
   clear: both;
   font-family: Arial, Verdana, sans-serif;
   font-size: 14pt;
   font-weight: normal;
   margin-bottom: 10px;
   margin-top: 0px;
   color: #000;
}
ol, ul {
   font-family: Arial, Verdana, sans-serif;
   font-size: 10pt;
}
ul {
   padding-left: 1.3em;
   list-style-type: square;
}
li {
   margin-bottom: 1em;
}
ol {
   padding-left: 1.8em;
}
.detail {
   width: 363px;
   height: 125px;
   border: 1px solid #CCC;
   float: left;
   margin: 2px;
   padding: 4px;
   overflow: hidden;
}
.spacer {
    clear: both;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
#content table {
    width: 100%;
    clear: both;
   border-right: 1px solid #CCC;
   border-bottom: 1px solid #CCC;
}
#content td, #content th {
   border-left: 1px solid #CCC;
   border-top: 1px solid #CCC;
   font-family: Arial, Verdana, sans-serif;
   font-size: 10pt;  
   text-align: center;
   width: 120px;
}
#calendars div {
    margin: 0 5px 5px 0;
    float: left;
    height: 160px;
}
#calendars table {
    width: 200px;
    
}
.key div {
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
}
a {
	color: #e56a1d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}