/* CSS Document */
body
{
	margin: 0px 0px 0px 0px;
}
#nsWork
{
	margin: 0px 10px 0px 10px;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
#nsWork a
{
	text-decoration: none;
	color: blue;
}
#nsWork h1
{
	font-size: 22px;
	color: black;
}
#nsWork h2
{
	font-size: 18px;
	color: black;
}
#nsWork h3, h4
{
	font-size: 14px;
	color: black;
}
#nsWork-ul ul
{
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
.imageLeft
{
	float: left;
	margin-right: 10px;
}
.imageRight
{
	float: right;
	margin-left: 10px;
}
.imageCenter
{
	text-align: center;
}

