/* CSS Document */

#nsWork h1, h2, h3, h4
{
	font-size: 24px;
}
#nsWork
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

#nsWork p {line-height:175%;}

.imageRight
{
	float: right;
	margin-left: 10px;
}
.imageLeft
{
	float: left;
	margin-right: 10px;
}
.imageCenter
{
	text-align: center;
}
#nsWork-ul ul
{
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	list-style-type: none;
}
#nsWork img
{
	border:none;margin:15px 15px 15px 15px;
}
#nsWork a
{
	color: #000000;
	text-decoration:none;
}
/*HOMEPAGE STYLES*/
#nsWork-hp h1
{
	font-size: 15px;
	color: #660000;
	text-decoration: none;
}
#nsWork-hp
{
	font-weight: 500;
}
#nsWork-hp a
{
	color:#000000;
	text-decoration: none;
}
#nsWork-hp a:hover
{
	text-decoration: underline;
}
#nsWork-hp strong
{
	font-weight: 100;
}
