/* CSS Document */

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#F5DEB3;
}

a:link
{
	text-decoration: none;
	color: #A77E41;
}

a:visited
{
	text-decoration: none;
	color: #A77E41;
}

a:hover
{
	text-decoration: underline;
	color: #A77E41;
}

a:active
{
	text-decoration: none;
	color: #A77E41;
}

body,td,th
{
	font-family: Franklin Gothic Book;
	font-size: 14px;
	color: #996633;
}
.white_font {color: #FFFFFF;}
.black_font {color: #000000;}
.green_font {color: #006600;}
.brown_font {color: #996633;}
.table.calendar {border: 1px solid #434470; border-collapse: collapse; color: #000000; background: #FFFFFF; }
.td.today { border: 1px solid #434470; color: #000000; background: #FFF8DC; }
.td.monthdays {border: 1px solid #434470; color: #000000; background: #FFFFFFF; }
.td.nonmonthdays {border: 1px solid #434470; color: #000000; background: #F5F5F5; }
.font_size20 {font-size: 20px}
.font_size12 {font-size: 12px}
