
BODY
{
	background:#FFFFFF;
	margin-left:0px;
	margin-top:0px;
}

.Main
{
	font-weight: none;
	font-size: 12px;
	color: #000000;
	font-family: arial,verdana,sans-serif, helvetica
}

.Footer
{
	font-weight: none;
	font-size: 10px;
	color: #999999;
	font-family: arial,verdana,sans-serif, helvetica
}

.FooterDiv
{
	width:760px;
	margin-top:20px;
	padding:0px;
	text-align:center;
}


.ContentDiv
{
	width:760px;
	padding:0px;
}


.Nav
{
	width:760px;
	background:#FF9900;
}

.NavButton
{
	display:inline;
	height:15px;
	width:70px;
	text-align:center;
	padding:2px;
}

.NavButton a:link {
	font: 12px arial,verdana,sans-serif, helvetica;
	font-weight : bold;
	text-decoration : none;
	color: #FFFFFF;
	background: transparent;
}

.NavButton a:visited {
	font: 12px arial,verdana,sans-serif, helvetica;
	font-weight : bold;
	text-decoration : none;
	color: #FFFFFF;
	background: transparent;
}

.NavButton a:hover {
	font: 12px arial,verdana,sans-serif, helvetica;
	font-weight : bold;
	text-decoration : underline;
	color: #FFFFFF;
}

.NavButton a:active {
	font: 12px arial,verdana,sans-serif, helvetica;
	font-weight : bold;
	text-decoration : none;
	color: #FFFFFF;
	background: transparent;
}

a.BackLink:link {
	font: 11px arial,verdana,sans-serif, helvetica;
	font-weight : none;
	text-decoration : none;
	color: #000000;
	background: transparent;
}

a.BackLink:visited {
	font: 11px arial,verdana,sans-serif, helvetica;
	font-weight : none;
	text-decoration : none;
	color: #000000;
	background: transparent;
}

a.BackLink:hover {
	font: 11px arial,verdana,sans-serif, helvetica;
	font-weight : none;
	text-decoration : none;
	color: #000000;
	background: #996600;
}

a.BackLink:active {
	font: 11px arial,verdana,sans-serif, helvetica;
	font-weight : none;
	text-decoration : none;
	color: #000000;
	background: transparent;
}

//  calendar styles

.CalendarTable
{
	border: 1px solid #000000; 
	border-color:#000000;
	padding:0px;
}

.MonthHeaderCell
{
	border: 1px solid #000000;
	height:20px;
	background:#FF9900;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	font-size: 13px;
	color: #FFFFFF;
	font-family: arial,verdana,sans-serif, helvetica
}

.DayHeaderCell
{	
	border: 1px solid #000000;
	height:20px;
	width:80px;
	background:#E7E7E7;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	font-size: 11px;
	color: #000000;
	font-family: arial,verdana,sans-serif, helvetica
}

.CalendarCell
{
	border: 1px solid #000000;
	width:80px;
	text-align:right;
	vertical-align:top;
	background:#FFFFFF;
	font-weight:none;	
	font-size: 10px;
	color: #000000;
	font-family: arial,verdana,sans-serif, helvetica	
	padding: 4px;
}

.CalendarCellCurrentDay
{
	border: 4px solid #993333;
	width:80px;
	text-align:right;
	vertical-align:top;
	background:#FFFFFF;
	font-weight:none;	
	font-size: 10px;
	color: #000000;
	font-family: arial,verdana,sans-serif, helvetica	
	padding: 4px;
}

.CalendarCellDayPassed
{
	border: 1px solid #000000;
	width:80px;
	text-align:right;
	vertical-align:top;
	background:#FFFFFF;
	font-weight:none;	
	font-size: 10px;
	color: #000000;
	font-family: arial,verdana,sans-serif, helvetica	
	padding: 4px;
}

.EmptyCell
{
	width:80px;
	background:transparent;
}

a.CalendarLinks:link
{
	font-weight: none;
	font-size: 10px;
	color: #000000;
	font-family: arial,verdana,sans-serif, helvetica
}

a.CalendarLinks:visited
{
	font-weight: none;
	font-size: 10px;
	color: #000000;
	font-family: arial,verdana,sans-serif, helvetica
}

a.CalendarLinks:hover
{
	font-weight: none;
	font-size: 10px;
	color: #000000;
	font-family: arial,verdana,sans-serif, helvetica
}

a.CalendarLinks:active
{
	font-weight: none;
	font-size: 10px;
	color: #000000;
	font-family: arial,verdana,sans-serif, helvetica
}
