BODY
{
	background-color: #FFFFFF;
}
LI
{
	list-style-type: square;
	list-style-position: inside;
}
.bodytext
{ 
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
.pagetitle
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #336699;
	font-weight: bolder;		
}

table.wo td
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	vertical-align: top;
	background-color: #FFFFFF;	
}

table.wo thead td
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	background-color: #6699CC;
}

th
{
	font-size: 11px;
}

td.month
{
	font-weight: bold;
	color: #333;
}

.tablebg
{
	background-color: #CCCCCC;
}

/*general link style*/

A:active, A:visited, A:link
{
	color: #6699CC;
	font-weight: bold;
	text-decoration: underline;
}

A:hover
{
	color : #99CCFF;
	font-weight: bold;	
	text-decoration: underline;
}

