/* Common Styles */
/* html tags */
BODY
{
   color :    "#000000";
   bgcolor : "#ffffc0";
   font-family: Arial, sanserif;
   font-size: smalll;
   margin-top: 1pt;
   margin-bottom: 2pt;
}

A:link {
	color: blue;
	text-decoration: underline;
}
A:visited {
	color: purple;
	text-decoration: underline;
}
A:hover {
	font-weight: bold;
	color:#003399;
	text-decoration : none;
}
A:active {
	color: #165B83;
	text-decoration: underline;
}

TD	{vertical-align: top}


/* headline classes */
H1	{font-weight:bold;font-size:x-large;font-family:sans-serif;
        color:#000000;
        margin: 0px;
        margin-top: 0px;
        margin-bottom: 6px;}
H2	{font-weight:bold;font-size:large; font-family:sans-serif;
        color:#000000;
        margin: 0px;
        margin-top: 6px;
        margin-bottom: 4px;}
H3 	{font-weight:normal;font-size:large; font-family:sans-serif;
         color:#000000;
         margin: 0px;
         margin-top: 6px;
         margin-bottom: 4px;}
H4 	{font-weight: bold;font-size:medium; font-family:sans-serif;
         color:#000000;
         margin: 0px;
         margin-top: 4px;
         margin-bottom: 4px;}

/* list classes for indentation */
LI	{margin-left:2px; margin-bottom:1px}
LI.Indent	{margin:0px; margin-left:12px}

/* text variants tny = tiny, sm = small, med = medium/normal, lg = large, xlg = extra large */
.tiny			{font-size:6pt}
.small			{font-size:7pt;color : #000000;}
.medium			{font-size:8pt;color : #000000;}
.large			{font-size:11pt;color : #000000;}
.xlarge			{font-size:13pt;color : #000000;}


