body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #FFCC99;
}
a:link {
	color: #93187C;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #93187C;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #93187C;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #93187C;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 36px;
}
.copyright {
	font-size: 9px;
	font-weight: bold;
	color: #93187C;
}.small {

	font-size: 9px;
}
.border_left {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: dotted;
	border-top-color: #93187C;
	border-right-color: #93187C;
	border-bottom-color: #93187C;
	border-left-color: #93187C;
}
.border_right {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #93187C;
	border-right-color: #93187C;
	border-bottom-color: #93187C;
	border-left-color: #93187C;
	border-right-style: solid;
}
.border_top {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #93187C;
	border-right-color: #93187C;
	border-bottom-color: #93187C;
	border-left-color: #93187C;
	border-top-style: solid;
}
.border_bottom {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #93187C;
	border-right-color: #93187C;
	border-bottom-color: #93187C;
	border-left-color: #93187C;
	border-bottom-style: solid;
}
#calendar {
     float: left;
     width: 85%;

     margin-top: 25px;
     margin-bottom: 10px;
}			

