@charset "utf-8";
/* CSS Document */
.body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
}
.table_txt {
font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-align: center;
	background-color: #600;
	width: 95%;
	padding: 5px;
}
.title_txt {
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
.title_txt_2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #009;
}
.table_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #900;
}
.table_txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
.table_txt_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #C00;
}
.table_txt_blue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #009;
}
.a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00C;
}
#top {
	background-image:url(../images/borders/planner_top.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	background-attachment:scroll;
}
#middle {
	background-image:url(../images/borders/planner_mid.gif);
	background-position:center top;
	background-repeat:repeat-y;
	background-attachment:scroll;
}
#bottom {
	background-image:url(../images/borders/planner_bottom.gif);
	background-position:center top;
	background-repeat:repeat-x;
	background-attachment:scroll;
}

