body {
	background-attachment: scroll;
	background-color: 4063BB;
	background-image: url(../images/background-gradient.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #373897;
	font-variant: small-caps;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F33431;
	font-variant: normal;
}

a.giantlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F33431;
	font-variant: normal;
	text-decoration: none;
	font-style: italic;
}

a.giantlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #373897;
	font-variant: normal;
	text-decoration: underline;
	font-style: italic;
}

p,td,ul,ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #373897;
}
.border {
	border: 1px solid #000000;
}

a.n2klink { 
	text-decoration: none;
	font-size:12px;
	color: #FFFFFF;
}
a.n2klink:hover { 
	text-decoration: underline;
	font-size:12px;
	color: #000000;
}
