body {
	background: #FFFFFF;
	color: #000000;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
p {
	font-family: Arial;
	font-size: 12px;
    color: #000000;
}
h1 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
a:link {
	font-family: Arial;
	font-size: 12px;
	color: #9fadf5;
    text-decoration: none;

}


mainstyle {
	font-family: Arial;
	font-size: 12px;
	color: #F8FAFB;
}

a:link:visited {
  color: #F8FAFB;
  text-decoration : none;
  font-size:12px;
}

a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #005B82;
    text-decoration : none;
}

.bodytext {
	font-family: Arial;
	font-size: 12px;
    color: #00739F;
}

.textbox {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid;
}
.button {
	font-family: Arial;
	border: 1px solid;
	background-color: #9FADF5;
}
.dropdownmenu {
	font-family: Arial;
	font-size: 12px;
	background-color: #CCCCCC;
}

