html, body {
margin: 0
}

a:link {
	color: #0000cc;
	text-decoration: none;
}
a:visited {
	color: #990066;
	text-decoration: none;
}
a:hover {
	color: #00cccc;
	text-decoration: none;
}
a:active {
	color: #990066;
	text-decoration: none;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: rgb(000,000,128);
	padding: 3px;
}
.bodysmall {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	padding: 3px;
}

.head1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	line-height: 26px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000066;
}
	
.head2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	
}.left {
	position: relative;
	left: auto;
	clear: none;
	float: left;
	height: auto;
	width: auto;
	
}.right {
	position: relative;
	right: auto;
	clear: none;
	float: right;
	height: auto;
	width: auto;
}
.bodytextbold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: rgb(000,000,128);
	padding: 3px;
}
