body	{

	background-color: #F1F1F1;
	color: #000080;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Verdana;
	font-size: 10pt;

}

a { color: #008000 }
a:visited { color: #808000 }
a:active { color: #FF0000 }
a:hover { color: #FF0000 }

table,tr,td	{

	font-family: Verdana
	font-size: 10pt;
	color: #000080;

}

.top	{

	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000080;

}

.bottom	{

	font-family: Verdana;
	font-size: 10pt;
	color: #000080;
	background-color: #F1F1F1;
	border-left: 1px solid #000080; 
    border-right: 1px solid #000080; 
    border-bottom: 1px solid #000080;

}

.content	{

	font-family: Verdana;
	font-size: 10pt;
	color: #000080;

}

.buttonOn	{

	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	background-color: FFFFDD;
	border: 3px solid #000080;
	text-align: center;

}

.buttonOff	{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	background-color: #FFFF80;
	border: 3px solid #000080;
	text-align: center;
	cursor: pointer;

}

.mouseDown	{

	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	background-color: #FFF000;
	border: 3px solid #000080;
	text-align: center;
	cursor: pointer;

}