html, body, ul, ol, li, p, blockquote, q, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a, div, img {
	margin: 0;
	border: 0;
	}

html {
	font-size: 80%;
	color: #003366;
	background-color: #FFFFFF;
	height: 100%;
}
	
body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 100%;
	height: 100%;
	padding: 5px;
}

.body {
	text-align: center;
}

li { 
	list-style-type: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.link2 {
	color: #003366;
	text-decoration: underline;
	}

a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #003366;
	font-weight: bold;
}
.style2 {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: small;
	font-weight: bold;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-style: italic;
}
.style6 {font-size: x-small; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}

.style7 {
	font-size: x-small;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}

.fltlft{
	float:left;
	border: 0;
	padding-right: 10px;
	padding-bottom: 5px
}
.fltrt{
	float:right;
	border: 0;
	padding-left: 10px;
	padding-bottom: 5px
}
