/* print */
#searchform,
#footer,
.rightcolumn,
object,
#content .leftcolumn h3.maintitle
{
	display: none;
}

body
{
	background-color: 	#1E1E1E;
	font-family: 		Arial, Helvetica, sans-serif;
	color: 				#666666;
	font-size: 			75%;
	line-height: 		130%;
}

h1
{
	font-size: 			150%;
}

h2
{
	font-size: 			140%;
}

h3
{
	font-size: 			130%;
}

h4
{
	font-size: 			120%;
}

h5
{
	font-size: 			110%;
}

p
{
	margin-bottom: 		1em;
}

#content a
{
	font-size: 			100%;
	font-weight: 		normal;
	color: 				#111111;
	border: 			0;
	text-decoration:	none;
	padding-bottom: 	1px;
	border-bottom: 		1px solid #111111;
}

blockquote
{
	color: 				#333333;
	font-size: 			120%;
	line-height: 		140%;
	font-style:			italic;
	padding: 			10px 10px 0 10px;
	margin-bottom: 		1em;
	margin-left: 		40px;
	margin-right: 		40px;
	background-color: 	#F2F2F2;
	border: 			1px solid #CCCCCC;
}

.alignright
{
	float:				right;
	margin: 			15px 0 15px 15px;
}

.alignleft
{
	float:				left;
	margin: 			15px 15px 15px 0;
}
