.textcolordarkblue {
	color: #006;
	font-weight: bold;
}
.fonttypeArial {
	font-family: Arial, Helvetica, sans-serif, Verdana;
}
#container {
	width: 800px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	padding-right: 15px;
	padding-left: 15px;
}
a:link {
	color: #006;
	text-decoration: underline;
	}
a:visited {
	color: #030;
	text-decoration: underline;
	}
a:hover {
	color: #060;
	text-decoration: underline;
	}
a:active {
	color: #030;
	text-decoration: underline;
	}