/* CSS Document */

#nsWork
{
	font: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#nsWork h1, h2, h3, h4
{
	color: #000000;
	text-decoration: none;
}
#nsWork h1
{
	font-size: 22px;
}
#nsWork h2
{
	font-size: 18px;
}
#nsWork h3
{
	font-size: 15px;
}
#nsWork h4
{
	font-size: 12px;
}
#nsWork a
{
	text-decoration: none;
}
#nsWork p a
{
	text-decoration: underline;
}
#nsWork li a:hover
{
	text-decoration: underline;
}
#nsWork-ul ul
{
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	list-style-type: none;
}
.imageLeft
{
	float: left;
	margin-right: 10px;
}
.imageRight
{
	float: right;
	margin-left: 10px;
}
.imageCenter
{
	text-align: center;
}
