HTML {
	margin: 0;
	background-color: White;
}

H1 {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #054B78;
}

.heading {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #054B78;
}

li {
	font-size: 12px;
}

b {
	font-size: 14px;
}

BODY, P, TD {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

A:link, A:visited, A:active {
	font-family: Arial;
	font-size: 14px;
	font-style: none;
	text-decoration: none;
	color: #054B78;
}

A:hover {
	font-family: Arial;
	font-size: 14px;
	font-style: none;
	text-decoration: none;
	color: #3366CC;
}

INPUT, TEXTAREA {
	border: solid 1 #AAAAAA;
}

.bg {
	background-color: #E6E6E6;
	font-weight: bold;
	padding: 2 px 
}
}
.border {
	border: solid 1 #AAAAAA;
}