#tableborder {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #082354;
	border-right-color: #082354;
	border-bottom-color: #082354;
	border-left-color: #082354;
}
body {
	margin: 0px;
	padding: 0px;
}
.rightborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
}
.body {
	background-image: url(/assets/backgroundimage/calendar.jpg);
	background-repeat: no-repeat;
}
.backgroundimage {
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
}.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.link {
	color: 643c59;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.link:hover {
	color: 643c59;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#content {
	padding: 10px;
}
#floater {
	float: right;
	width: 125px;
	overflow: hidden;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#member_login {
	text-align: center;
}
#member_login a, #member_login a:hover,#member_login a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #2A3785;
	text-decoration: none;
}
.form {
	width: 200px;
}