body{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image : url(../images/blue_circle_bg.gif);
	background-repeat : no-repeat;
	background-position : top;
}

hr{
	width: 456px;
	height: 1px;
	border-bottom-style : none;
	border-left-style : none;
	border-right-style : none;
	border-top-color : Black;
	border-top-style : solid;
	border-top-width : 1px;
}

td{
	font-size: 11px;
}

td.title{
	font-size: 20px;
	font-weight: bold;
}

td.event{
	border-top: 1px solid #000000;
}

td.main_menu{
	background-color : #FF6633;
	border-top : 2px;
	border-top-color : #000000;
	border-top-style : solid;
}

td.top{
	background-image : url(../images/table_top.gif);
	background-color : #FF9966;
	background-repeat : no-repeat;
	padding-right: 30;
	padding-top: 2px;
}

td.sub_menu{
	background-color : #FF9966;
	border-bottom : 2px;
	border-bottom-color : #000000;
	border-bottom-style : solid;
	padding-bottom: 2px;
}

td.star_bg{
	background-color : #FFCC99;
	background-image : url(../images/start_bg.gif);
	background-repeat : no-repeat;
	border-left : 2px;
	border-left-color : #000000;
	border-left-style : solid;
	border-right : 2px;
	border-right-color : #000000;
	border-right-style : solid;
	padding: 0px 20px 0px 20px;
	vertical-align: top;
	text-align: left;
}

a{
	color: #336699;
	font-weight: bold;
}
a:visited{
	color: #339999;
}

a.selected{
	color: #330000;
	font-weight: bolder;
	text-decoration: none;
}
a.selected:hover{
	color: #330000;
	font-weight: bolder;
	text-decoration: none;
}
a.selected:visited{
	color: #330000;
	font-weight: bolder;
	text-decoration: none;
}

a.menu:hover{
	color: #FFFFCC;
}

a.menu:visited{
	color: #FFFFCC;
}

a.menu{
	color: #FFFFCC;
}

a.submenu{
	color: #330000;
}

a.submenu:hover{
	color: #330000;
}

a.submenu:visited{
	color: #330000;
}
a.subselected{
	color: #FFFFCC;
	font-weight: bolder;
	text-decoration: none;
}
a.subselected:hover{
	color: #FFFFCC;
	font-weight: bolder;
	text-decoration: none;
}
a.subselected:visited{
	color: #FFFFCC;
	font-weight: bolder;
	text-decoration: none;
}

a.title{
	font-size: 18px;
}

table.calendar{
	margin-left: 10px;
	border : 0px;
	padding: 0px;
}

td.calendar_middle{
	background-image : url(../images/calendar/middle.gif);
	background-repeat : no-repeat;
	padding-left: 24px;
	padding-top: 11px;
	text-align: left;
	vertical-align: top;
}

table.calendar_content{
	margin-left: 0px;
	border : 0px;
	padding: 0px;
}

td.day{
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	width : 14%;
	background-image : url(../images/calendar/day.gif);
	background-repeat : no-repeat;
	background-position : center;
}

td.date{
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	width : 14%;
}

td.date_event{
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	width : 14%;
	background-image : url(../images/calendar/event.gif);
	background-position : center;
	background-repeat : no-repeat;
}

a.event{
	color: #000000;
	text-decoration: none;
}

select{
	background-color : #ffffff;
	border : 1px solid #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
}

td.copyright{
	text-align: right;
	vertical-align: top;
	background-image : url(../images/copyright_bottom.gif);
	background-position : right;
	background-repeat : no-repeat;
	color : #996699;
}

ul{
	list-style-type : circle;
}