body {
	margin: 0;
	padding: 0;
	
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12pt;
}

code {
	font-family: Courier-New, Courier, Monospace;
	font-size: 12pt;
	background: #DDDDDD;
}

small {
	font-size: 10pt;
}

td {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12pt;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #0066FF;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #6633CC;
}

a:hover {
	font-weight: bold;
	text-decoration: underline overline;
	background: #EEEECC;
	color: #000000;
}

a.novcolor:link,a.novcolor:visited {
	color: #0066FF;
	font-weight: normal;
	text-decoration: none;
}

a.novcolor:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

.nav a:hover {
	font-weight: bold;
	text-decoration: underline overline;
	background: #000000;
	color: #FFFFFF;
}

.content h1 {
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	padding: 0px 0px 0px 5px;
}

.content h2 {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	padding: 0px 0px 0px 3px;
	background: url('/images/bluetrans.gif');
	border-top: 1px solid #000000;
}

abbr, acronym, .help {
	border-bottom: 1px dotted #00AA00;
	cursor: help;
}

.testimonial blockquote {
	background: url('/images/navbg.gif');
	border: 1px dashed #003388;
	padding: 4px;
}

.noprint table, .noprint td {
}

#Menu {
	position: absolute;
	top: 100px;
	right: 20px;
	width: 130px;
	padding: 4px;
	font-size: 8pt;
	background: url('/images/navbg.gif');
	border: 1px dashed #003388;
}

body>#Menu {position: fixed}

.NGBox {
	border: 1px dotted #999999;
	padding: 3px;
}
