body {
margin: 0;
color: #2153AC;
}
.buttonStyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #2153ac;
}
.formStyle {
	margin: 0;
}

.noDec {
	text-decoration: none;
}
.blueBorderThin {
	border: 1px solid #2153AC;
}
.padding10 {
padding-left: 10px;
padding-right: 10px;
}
.HeadingBG {
background-color:#4FAEFF;
}

a {
color: #000099;
text-decoration:underline;
}
a:visited {
color: #000099;
}
a:hover: {
color: #000099;
}