body {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-image: url('bg.jpg');
	background-repeat: repeat;
	background-color: ffffff;
	color: 777777;
}


.insetbox {
	background-color: eeeeee;
	border-width: thin;
	border-style: dotted;
	border-color: cccccc;
	font-family: arial, san-serif;
	font-weight: normal;
	color: gray;
	font-size: 10pt
}

.formtext {
	font-family: arial, san-serif;
	font-weight: normal;
	color: 777777;
	font-size: 12pt;
	line-height: 200%
}	

p {
	font-family: arial, san-serif;
	font-weight: normal;
	font-size: 10pt
	line-height: 200%
}	

.subtext {
	font-family: arial, san-serif;
	font-weight: normal;
	color: 777777;
	font-size: 8pt
}	

.copyrighttext {
	font-family: arial, san-serif;
	font-weight: normal;
	color: cccccc;
	font-size: 8pt
}
a:link  {
	font-family: arial, san-serif;
	font-weight: normal;
	color: gray;
	font-size: 10pt;
	text-decoration: none;
	line-height: 150%
}
a:hover {
	font-family: arial, san-serif;
	font-weight: normal;
	color: black;
	font-size: 10pt;
	text-decoration: none;
	line-height: 150%
}
a:visited {
	font-family: arial, san-serif;
	font-weight: normal;
	color: gray;
	font-size: 10pt;
	text-decoration: none;
	line-height: 150%
}