html {
	width: 100%;
	height: 100%;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
p.text {
	color: #303030;
	text-decoration: none;
	font-size:10pt;
	text-align: left;
}
p.small-text {
	color: #303030;
	text-decoration: none;
	font-size: 8pt;
}
p.center {
	color: #303030;
	text-decoration: none;
	font-size: 10pt;
	text-align: center;
}
center {
	color: #303030;
	text-decoration: none;
	font-size: 10pt;
	text-align: center;
}
h1 {
	color: #505050;
	font-weight: bold;
	font-size: 18pt;
	text-align: center;
}
h2 {
	color: #505050;
	font-weight: bold;
	font-size: 16pt;
	text-align: left;
}
h2.authorname {
	color: #505050;
	font-weight: bold;
	font-size: 14pt;
	text-align: left;
}
h2.title {
	color: #505050;
	font-weight: bold;
	font-size: 16pt;
	text-align: center;
}
h3 {
	color: #505050;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
}
a {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #008000;
	text-decoration: underline;
}
img {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
table {
	border: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
tr {
	vertical-align: text-top;
}
tr.title {
	vertical-align: middle;
	height: 100;
}
tr.text {
	vertical-align: text-top;
}
tr.bottom {
	text-align: center;
}
td.GlobalTableLeft {
	background-image: url("/images/nsg2.gif");
	background-repeat: repeat-y;
	background-position: right;
}
td.GlobalTableRight {
	background-image: url("/images/nsg2.gif");
	background-repeat: repeat-y;
	background-position: left;
}