body {
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

/* body style */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}.formStyle {
	border: 1px solid #063862;
}
.registered {
	font-size: 9px;
	color: #444444;
}

/* link style */
a:link {
	font-weight: bold;
	color: #196194;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #063862;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #196194;
	text-decoration: none;
}
.subHeadline {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #063862;
}
ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	color: #063862;
}
blockquote {
	margin-left: 75px;
}
.smallCopy {
	font-size: 11px;
}
.boxCopy {
	font-size: 10px;
	color: #063862;
}
.linkIndex {
	text-transform: capitalize;
	font-weight: bold;
}
.Navlink {
	font-size: 10px;
	text-transform: uppercase;
}

.Navlink a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.Navlink a:visited {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.Navlink a:hover {
	font-weight: normal;
	color: #063862;
	text-decoration: none;
}
