/* CSS Document */
#nsWork
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#nsWork a
{
	text-decoration: none;
	color: #574408;
}
#nsWork p a:hover
{
	color: #F0AD38;
}
#nsWork p a
{
	text-decoration: underline;
}
#nsWork h1, h2, h3, h4
{
	color: #574408;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 0px;
}
#nsWork h1
{
	font-size: 22px;
}
#nsWork h2
{
	font-size: 18px;
}
#nsWork h3
{
	font-size: 15px;
}
#nsWork h4
{
	font-size: 12px;
}
.imageRight
{
	float: right;
	margin-left: 10px;
}
.imageLeft
{
	float: left;
	margin-right: 10px;
}
.imageCenter
{
	text-align: center;
}