/* Colorless layout for printing. */

/* Page Structure */

body
{
	margin: 0;
	text-align: left;
}

#top
{
	height: 309px;
	width: 734px;
	display: none;
}

#container
{
	height: auto;
	width: 734px;
	margin: 0;
	text-align: left;
}


/* Navigation */

#navBar
{
	display: none;
}


/* Article Area */

#article
{
	height: auto;
	width: 674px;
}

#article h1
{
	margin-bottom: -10px;
	color: #000000;
	font-family: Cambria, Georgia, 'Times New Roman', serif;
	font-size: 20px;
	text-align: left;
}

#article h2
{
	margin-top: 10px;
	margin-bottom: -10px;
	color: #000000;
	font-family: Cambria, Georgia, 'Times New Roman', serif;
	font-size: 16px;
	text-align: left;
}

#article h2 a
{
	color: #000000;
	text-decoration: none;
}

#article h2 a:active
{
	color: #000000;
}

#article h2 a:visited
{
	color: #cccccc;
}

#article h2 a:hover
{
	text-decoration: underline;
}

#article li
{
	color: #000000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}

#article p
{
	color: #000000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}

#article p.date
{
	margin-top: -10px;
	font-weight: 700;
	text-align: right;
}

#article p.topLink
{
	margin-top: -10px;
	font-size: 11px;
	text-align: right;
}

#article p a
{
	color: #000000;
	font-weight: 700;
	text-decoration: none;
}

#article p a:hover
{
	text-decoration: underline;
}

#article p a:active
{
	color: #000000;
}

#article p a:visited
{
	color: #cccccc;
}

#article table.pics
{
	margin-top: 20px;
	width: 674px;
}

#article table.pics td
{
	width: 25%;
	text-align: center;
	vertical-align: top;
}

#article table.pics td.caption
{
	width: 25%;
	padding-bottom: 10px;
	color: #000000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
}

#article table.textPic
{
	width: 674px;
}

#article table.textPic td{
	vertical-align: top;
}

#article table.textPic td.pic
{
	width: 200px;
	padding-top: 10px;
}

#article table.textPic td p.first
{
	margin-top: 15px;
}

#article ul li
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	list-style: circle;
	text-align: justify;
}

#article ul li a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#article ul li a:hover
{
	text-decoration: underline;
}

#article ul li a:visited
{
	color: #cccccc;
}

#article img.thumbnail
{
	height: 185px;
	width: 175px;
	border: none;
}


/* Footer Area */

#footer
{
	display: none;
}

#footerRight
{
	float: right;
	text-align: right;
	display: inline;
}

#footer a
{
	color: #000000;
	text-decoration: none;
}

#footer a:hover
{
	color: #000000;
	text-decoration: underline;
}

#footer a:active
{
	color: #000000;
}

#footer a:visited
{
	color: #cccccc;
}


/* Staple Classes */

.bold
{
	font-weight: 700;
}

.italic
{
	font-style: italic;
}

.underline
{
	text-decoration: underline;
}
