﻿body 
{
font: normal 75%/1.6 Arial, Verdana, sans-serif;
font-size:9pt;
color : #585858;
}
/*---------------------------------------------------------------------------*/
/* This section mimics #main-text in stylesheet.css which is used for display*/
p
{
	margin-top:10px;
}
h1
{
	font-size:24pt;
	font-weight:bold;
	margin:.1em 0 .1em 0;
	line-height:110%;
}
h2
{
	font-size:14pt;
	font-weight:bold;
	margin:.1em 0 .1em 0;
	line-height:110%;
}
h3
{
	font-size:12pt;
	font-weight:normal;
	font-style:italic;
	margin:.1em 0 .1em 0;
	line-height:120%;
}
h4
{
	font-size:10pt;
	font-weight:bold;
	margin:.1em 0 .1em 0;
	line-height:120%;
}
h5
{
	font-size:10pt;
	font-weight:normal;
	font-style:italic;
	margin:.1em 0 .1em 0;
	line-height:120%;
}

/* Classes will be applied to spans */
/*----------------------------------*/
.box
{
	background-color:Yellow;
}

/* List formatting */
ul { list-style-position: inside; margin-left: 2px; margin-top: 2px; margin-bottom: 2px; }
ul li { list-style-type: square; margin-left: 15px;  margin-top: 2px; margin-bottom: 2px; }
ul ul li { list-style: none; margin-left: 10px;  margin-top: 2px; margin-bottom: 2px;list-style-type: lower-alpha; list-style-position: inside }
/*---------------------------------------------------------------------------*/
