html{
	background-color:white;
	}

body {
	margin:0px 30px 0px 30px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	line-height:24px;
	color:#6a6a6a;
	background-color:6a6a6a;
	}
h1 {
	margin:6px 0px 0px 0px;
	padding:0px;
	font-size:14px;
	line-height:20px;
	color:black;
	}
p {
	font:12px verdana;
	color:#6a6a6a;
	margin:6px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
#content>p {margin:0px;}
#content>p+p {text-indent:30px;}



a {
	color:#09c;
	font-size:12px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	border-style:none;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#dee9ff;}

table {
	margin:10px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	font:12px verdana;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#6a6a6a;
	background-color:white;
	border-color:#DEDEFF;
	border-style:ridge;
	border-width:small;
	}
td{
	padding:6px 24px 6px 24px;
	}
/* This is the inner table style */
#tbl{
	padding:5px 12px 12px 12px;
	width: 170px;
	margin:10px 10px 0px 0px;
	color:#1f467f;
	font:11px verdana;
	text-decoration:none;
	line-height:24px;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	background-color:#dee9ff;
	border-color:#DEDEFF;
	border-style:ridge;
	border-width:small;
	}
#results{
	padding:12px 12px 12px 12px;
	margin:30px 300px 12px 0px;
	color:#1f467f;
	font:11px verdana;
	text-decoration:none;
	line-height:24px;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	background-color:#dee9ff;
	border-color:#DEDEFF;
	border-style:ridge;
	border-width:small;
	}
#header {
	text-align:center;
	vertical-align:top;
	margin:12px 0px 6px 0px;
	padding:0px;
	font:30px verdana;
	line-height:90px;
	color:#1f467f;
	background-color:#dee9ff;
	}
#footer {
	text-align:center;
	margin:10px 0px 18px 0px;
	padding:0px;
	color:#1f467f;
	font:11px verdana;
	line-height:18px;
	background-color:#dee9ff;
	}
#contents {
	font:14px verdana, arial, helvetica, sans-serif;
	color:black;
	margin:6px 0px 0px 0px;
	padding:0px 0px 0px 12px;
	color:#6a6a6a;
	background-color:white;
	border-color:#DEDEFF;
	border-style:dashed;
	border-width:2px;
	}

/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: 11 px verdana, arial, helvetica, sans-serif;
	text-align: center;
	background-color: #dee9ff;
	border: 1px solid #AAAAAA;
	}

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

/* 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;
	padding:2px 2px 2px 2px;
	}

/* 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;
	padding:2px 2px 2px 2px;
	}

/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	padding:2px 2px 2px 2px;
	}

/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	padding:2px 2px 2px 2px;
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	padding:2px 2px 2px 2px;
	}

/* 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;
	padding:2px 2px 2px 2px;
	}

/* 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, 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, arial, helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
