body
{
	background-color : #EFEFEF;
	font-family : Verdana, Times;
	font-size:9pt;
}

ul
{
	margin-bottom: 14px;
}

ol
{
	margin-bottom: 14px;
}

li
{
	margin-bottom: 4px;
}

a:link	
{
	text-decoration: none; 
	color : #006699 
}

a:visited 
{ 
	text-decoration: none; 
	color : #5493B4; 
}

a:hover 
{ 
	text-decoration: underline; 
	color : #DD6900
}

.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}