/*COntrols the margins in the body tag*/
body {
	margin-top: 0px;
	margin-left: 0px;
}
.style1 {color: #FFFFFF}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.style2 {
	font-size: 12px;
	font-style: italic;
}
.style3 {font-size: 12px}
/*Controls links colors and size...*/
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a {
	font-size: 12px;
	font-weight: bold;
}.feature {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #044ea3;
	border-bottom-color: #044ea3;
	border-left-color: #044ea3;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.feature2 {
	border-left-color: #044ea3;
	border-left-width: thin;
	border-left-style: solid;
}
.feature3 {
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #044ea3;
	border-left-color: #044ea3;
}
