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;		
}
.tablecontent
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	vertical-align: top;
	background-color: #FFFFFF;	
}
.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;
}
