@media screen {
	
	body
	{
		color: #000000;
		font: 11px verdana, tahoma, arial, sans-serif;
		background-color: #D1CFCF;
		margin:10px 10px 0px;
	}

	table {
		font-size: 100%;
	}

	a {
		color: #000000;
		background-color: transparent;
		font-weight:bold;
		text-decoration: none;
	}

	a:hover
	{
		color: #7f171e;
	}
	img {
		border: none;
		vertical-align: middle;
	}
	p {
		margin: 0 0 0.75em 0;
		line-height: 1.5em;
	}

	p img {
		border: none;
		margin: 0;
	}

	hr {
		border: 0;
		height: 1px;
		color: #c7c7c7;
		background-color: #879397;
		margin: 0.5em 0 1em 0;
	}


	h1, h2, h3, h4, h5, h6 {
		color: Black;
		background-color: transparent;
		font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
		font-weight: normal;
		margin: 0 0 0.25em 0;
		border-bottom: 1px solid #879397;
	}

	h1 a,
	h2 a,
	h3 a,
	h4 a,
	h5 a,
	h6 a {
		color: Black ! important;
		text-decoration: none;
	}

	h1 {
		font-size: 160%;
	}

	h2 {
		font-size: 150%;
	}

	h3 {
		font-size: 125%;
		border-bottom: none;
		font-weight: bold;
	}

	h4 {
		font-size: 110%;
		border-bottom: none;
		font-weight: bold;
	}

	h5 {
		font-size: 100%;
		border-bottom: none;
		font-weight: bold;
	}

	h6 {
		font-size: 85%;
		border-bottom: none;
		font-weight: bold;
	}

	ul {
		line-height: 1.5em;
		margin: 0.5em 0 0 1.5em;
		padding: 0;
		/*list-style-image: url(../images/bullet.gif);*/
		list-style-type: square;
	}
	
	ol {
		line-height: 1.5em;
		margin: 0.5em 0 0 2.5em;
		padding: 0;
		list-style-image: none;
	}

	li {
		margin-bottom: 0.5em;
	}

	dt {
		font-weight: bold;
	}

	dd {
		line-height: 1.5em;
		margin-bottom: 1em;
	}

	fieldset {
		border: 1px solid #c7c7c7;
		margin: 0px 0px 3px 0px;
		padding: 0em 1em 1em 1em;
		line-height: 1.5em;
		width: auto;
	}
	legend {
		background: #FFFFFF;
		padding: 0px 5px 0px 5px;
		font-size: 90%;
		font-weight:bold;
	}

	form {
		border: none;
		margin: 0;
	}

	label {
		font-weight: bold;
	}

	textarea {
		font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
		border: 1px solid #c7c7c7;
		color: Black;
		background: White url(../images/input_background.gif) repeat-x;
		width: 100%;
	}

	input {
		font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
		visibility: visible;
		border: 1px solid #c7c7c7;
		color: Black;
		vertical-align: middle;
		background: White url(../images/input_background.gif) repeat-x;
	}
	
	select {
		font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
		border: 1px solid #c7c7c7;
		color: Black;
		background-color: White;
		vertical-align: top;
	}
	abbr, acronym, .explain {
		border-bottom: 1px dotted Black;
		color: Black;
		background-color: transparent;
		cursor: help;
	}
	q {
		font-family: Baskerville, Georgia, serif;
		font-style: italic;
		font-size: 120%;
	}
	blockquote {
		padding-left: 0.5em;
		margin-left: 0;
		border-left: 4px solid #c7c7c7;
		color: #76797c;
	}
	code {
		font-family: Monaco, "Courier New", Courier, monospace;
		font-size: 120%;
		color: Black;
		background-color: #7F171E;
		padding: 0 0.1em;
	}
	pre {
		font-family: Monaco, "Courier New", Courier, monospace;
		font-size: 100%;
		padding: 1em;
		border: 1px solid #c7c7c7;
		color: Black;
		background-color: #7F171E;
		overflow: auto;
	}

	ins {
		color: green;
		text-decoration: none;
	}

	del {
		color: red;
		text-decoration: line-through;
	}

	/* Helper element to work with CSS floats */

	.visualClear {
		display: block;
		clear: both;
	}

	/* Hiding helper elements for old browsers */

	.netscape4 {
		display: none;
	}
}

.documentDescription {
	font-weight: bold;
}

pre {
	border: 1pt dotted black;
	white-space: pre;
	font-size: 8pt;
	overflow: auto;
	padding: 1em 0;
}

table.listing,
table.listing td {
	border: 1pt solid black;
	border-collapse: collapse;
}