/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	background-color: #CCCCCC; */
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: green
}
a:active {
	text-decoration: none;
}

.style1 {font-size: medium}

.style2 {
	font-size: small;
	font-weight: bold;
}
.style4 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
.style6 {font-size: small}

.textbox {
	background-color: #E2E2E2;
	border-width: 0;
	font-family: verdana;
	font-size: 9pt;
}

.button {
	background-color: #99FF66;
	border-width: 0;
	font-family: verdana;
	font-size: 10pt;
}
