@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #555555;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	color: #555555;
	text-decoration: underline;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #555555;
}
table  {
	border: 0px
        padding:0px;
        border-spacing:0p;
	vertical-align: top;
}

th  { 
	font-size: 12pt; 
	font-weight: bold; 
	background-color: #EEEEEE;
}

/* Style for all table cells. */
th  { 
	font-size: 12pt; 
	border: 1px solid #DDDDDD;
        padding:1px;
        border-spacing:0p;
}



td.cal 	{
	border: 1px solid #DDDDDD;
        padding:1px;
        border-spacing:0p;
	vertical-align: top;
	}
td.article 	{
	border: 0px;
        padding:3px;
	vertical-align: top;
        text-align: left;
        margin-left: 10px;
        background-color:#E8E8FA;
	}
td.pic 	{
	border: 0px;
        padding:3px;
	vertical-align: top;
        text-align: center;
        background-color:#FAFAFA;
	}
td.caldate 	{
	border: 1px solid #DDDDDD;
        padding:1px;
        border-spacing:0p;
	vertical-align: top;
        text-align: center;
	}
td.pagehead {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
        padding:3px;
	font-style: normal;
	font-weight: bold;
	color: red;
        text-align: center;
}
td.tabhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
        padding:5px;
	font-style: normal;
	font-weight: bold;
	color: white;
        background-color:#00756B;
        border-radius: 5px; // FF only
        text-align: left;
}
td.arthead {
        padding:3px;
	font-style: normal;
        background-color:#DDDDDD;
        text-align: left;
        border-bottom: 1px dotted #AAAAAA;
}
td.halfpage {
	font-style: normal;
        vertical-align: top;
        text-align: left;
}


.datehl {
	font-size: 14pt;
	font-weight: bold;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #BBBBBB;
}

.slideshow {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #EEEEEE;
}

.slidehead {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #EEEEEE;
}

.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style2 {
	color: #FF0000;
	font-weight: bold;
}
.titlestyle {
	color: #EEEEEE;
	font-weight: bold;
        font-size: 20px;
}
.smallstyle {
	color: #EEEEEE;
        font-size: 12px;
}
.tinystyle {
	color: #EEEEEE;
        font-size: 10px;
}

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}


</style>
