@charset "utf-8";
/* CSS Document */


body{
vertical-align:top;
top:0;
margin-top:0;
background-color:#ffffff;
font-family:Verdana, Helvetica, sans-serif;
font-size:12px;
background-image:url(../wsimages/bg.gif);
background-repeat:repeat-x;
line-height:20px;
}



	a:link, a:visited {
		color:#387C44;
		font-weight:bold;
		}
	a:hover, a:active {
		/*background-color:#def;*/
		color:#333300;
		font-weight:bold;
		}




.body_table
{
background-color:#FFFFFF;
}
.bg_yellow
{
background-color:#FFFF00;
}

.bg_green
{
background-color:#333300;
}
.copyright
{
font-family:Verdana;
font-size:10px;
color:#333300;
}
.title
{
font-family:Tahoma;
font-size:18px;
font-weight:bold;
color:#333300;
}
.menu:link
{
font-family:Verdana;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

.menu:visited
{
font-family:Verdana;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

.menu:hover
{
font-family:Verdana;
font-size:11px;
font-weight:bold;
color:#FFFF00;
text-decoration:underline;
}

.menu:active
{
font-family:Verdana;
font-size:11px;
font-weight:bold;
color:#FFFF00;
text-decoration:underline;
}


/*----------------------------------------------------------------------------*/



img {
	border:0;
	}


/*calendar styles */		
	.calendar {
		width:100%;
		margin:0;
		background-color:#ccc;
		color:#000;
		font-size:85%;
		line-height:120%;
		}
	.calmonth {
		background-color:#333300;
		color:#FFFF00;
		}
	.calweekdays {
		background-color:#999966;
		text-align:center;
		color:#ffffcc;
		}
	.calnoday {
		background-color:#eee;
		}
	.calday {
		width:20px;
		background-color:#fff;
		text-align:center;
		}
	.caltoday {
		border:2px solid #333300;
		font-weight:bold;
		}
	.calevent {
		background-color:#ffff00;
		color:#069;
		font-weight:bold;
		}






.bottom {
		clear:both;
		}
		

