﻿.text
{
	text-indent: 8px;
	font-family: verdana, arial, helvetica;
	font-size: 100%;
	color:#000000;
}

.HeadlineText
{
	line-height:1.5em;
}

.link
{
	font-family:verdana, arial, helvetica;
	font-size: 100%;
	color:#000000;
	font-weight: bold;
	text-decoration:none;
}

.linktext
{
	font-family:verdana, arial, helvetica;
	font-size: 100%;
	color:#000000;
	text-decoration:none
}

:link { color:#003399; }
A:visited { color:#660099; }
A:hover { color:#FF3300; }

A.small
{
	font:normal 100%;
	text-decoration:underline;
}

A.smallWhite
{
	font:normal 100%;
	text-decoration:underline;
	color:#FFFFFF;
}

.storeUserData
{
	behavior:url(#default#userData);
}

/*** BASIC STYLES ***/

BODY
{
	font-size: 68%;
	font-family:verdana,arial,helvetica;
	background:#ffffff;
	color:#000000;
}

SPAN, A
{
	font-family:verdana,arial,helvetica;
}


H1
{
	font-family:verdana,arial,helvetica;
	font-size:165%;
	margin:0;
}

H2
{
	font-size:125%;
	margin-top:1.5em; 
}

H3
{
	font-size:115%;
	margin-top:0; 
	margin-bottom:0em;
}

H4, H5, H6
{
	font-size:100%;
	margin-bottom:0px;
}


DIV.clsDocBody
{
	padding:20px;
	width:100%;	
}

TD, TH { font-size:68%; }

P
{
	line-height:1.5em;
	margin-top:0em; margin-bottom:0em;
}

HR
{
	color:#CCCCCC;
	height:1px;
}

UL { margin-top:5px; margin-bottom:15px; }

OL { margin-top:10px; margin-bottom:10px; }

UL LI
{
	margin-bottom:0.5em;
	list-style-type: disc;
}

UL LI.gray
{
	color:#cccccc; 
}

UL LI LI 
{ 
	list-style-type: disc;
}

OL LI { margin-bottom:0.3em; }