BODY
{
    MARGIN: 0px;
    FONT-FAMILY: Arial;
	background-image: url(/graphics/bg.jpg);
	background-repeat: repeat-x;
}
TD
{
    FONT-SIZE: 11pt
}
.footerText
{
    BORDER-TOP: gray 1px solid;
    FONT-SIZE: 8pt;
    COLOR: black
}
A
{
    COLOR: black
}
.menuText
{
    BORDER-RIGHT: gray 1px solid;
	BORDER-LEFT:gray 1px solid;
    FONT-SIZE: 10pt;
    COLOR: black
}
.headerText
{
    BORDER-BOTTOM: gray 1px solid;
	color:white;
}
TABLE.content
{
    BACKGROUND-COLOR: #f5f5f5
}
TD.content
{
    BORDER-RIGHT: gray 1px solid;
    PADDING-RIGHT: 30px;
    PADDING-LEFT: 30px
}
INPUT.button
{
    WIDTH: 75px
}

.daytop {
	border-left: 1px solid black;
	border-top: 1px solid black;
	background-color: #ffffff;
	height: 30px;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 5px;
}

.daybottom {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	text-align: right;
	background-color: #ffffff;
	height: 30px;
	vertical-align: bottom;
	padding-right: 5px;
	padding-bottom: 5px;

}

.daytopright {
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	background-color: #ffffff;
	height: 30px;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 5px;
}

.daybottomright {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	text-align: right;
	background-color: #ffffff;
	height: 30px;
	vertical-align: bottom;
	padding-right: 5px;
	padding-bottom: 5px;
}

.cleartop {
	border-left: 1px solid black;
	border-top: 1px solid black;
	background-color: #f5f5f5;
	height: 30px;
}

.clearbottom {
	border-left: 1px solid black;
	background-color: #f5f5f5;
	border-bottom: 1px solid black;
	height: 30px;
}

.cleartopright {
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	background-color: #f5f5f5;
	height: 30px;
}

.clearbottomright {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background-color: #f5f5f5;
	height: 30px;
}

.calheader {
	border: 0px;
	font-size: 14pt;
	font-weight: 900;
	text-align: center;
}

.weekdaytop {
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #ffffff;
	font-size: 10pt;
	font-weight: 900;
	text-align: center;
}

.weekdaytopright {
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #ffffff;
	font-size: 10pt;
	font-weight: 900;
	text-align: center;
}


.bodyWrapper {
	width:760px;
	margin-left:auto;
	margin-right:auto;
}