/* CSS Document */
.imageLeft
{
	float: left;
	margin-right: 10px;
}
.imageRight
{
	float: right;
	margin-left: 10px;
}
.imageCenter
{
	text-align: center;
}
#nsWork h1, h2, h3, h4
{
	font-weight: bold;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	color: #6d748a;
	margin: auto auto auto auto;
	text-decoration: none;
}
#nsWork h1
{
	font-size: 14px;
}
#nsWork h2, h3, h4
{
	font-size: 12px;
}
#nsWork a
{
	text-decoration: none;
}
#nsWork p a
{
	text-decoration: underline;
}
