/* bannerCSS */

/* define body */

body
{
	font-family: verdana,helvetica;
	font-size: 11pt;
	color: olive;
	background-color: white
}

/* create class of link named'norm' */

a.norm
{
	font-family: verdana,helvetica;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}
a.norm:link
{
	color: #9acd32;
}
a.norm:visited
{
	color: olive;
}
a.norm:hover
{
	color: purple;
}
a.norm.active
{
	color: olive;
}

/* create class of link named 'bar' */

a.bar
{
	font-family: impact,helvetica;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
}
a.bar:link
{
	color: white;
}
a.bar:visited
{
	color: white;
}
a.bar:hover
{
	color: #eee8aa;
}
a.bar:active
{
	color: white;
}

/* define h1 */

h1
{
	color: purple;
	font-size: 32pt;
	font-weight: bolder;
	font-family: impact,helvetica;
	margin-left: 300px;
}

/* define 'leadr' td */

td.leadr
{
	width: 400px;
	text-align: left;
	font-family: verdana,helvetica;
	font-size: 11pt;
}
	

/* define 'descr' td */

td.descr
{
	width: 115px;
	text-align: left;
	font-family: verdana,helvetica;
	font-size: 10pt;
	margin-left: 5px;
}
	
