﻿body
{
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	
}

H1
{
    color: #777777;
    font-size: 17pt;
}

H3
{
	font: 10pt book antiqua;
	line-height: normal;
	text-decoration: none;
	color: #454545;
	font-weight: bold;
	margin: 14px 0px 0px 0px;
}

P
{
	font: 14px book antiqua;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 9px;
}

UL
{
	font: 14px book antiqua;
	margin-top: 0px;
}

A
{
	text-decoration: none;
	color: #cc0000;
}

A:hover
{
	text-decoration: underline;
	color: #cc0000;
}

table.navbar {
   border-collapse: collapse;
}
table.navbar td {
   border: 1px solid #ccc;
}
table.navbar td a{
   display: block;
   width: 175px;
   padding: 3px;
   text-decoration: none;
   font: 12px book antiqua;
}
table.navbar td a:link, table.navbar td a:visited {
   color: #000;
   background-color: #dddddd;
}
table.navbar td a:hover, table.navbar td a:active {
   color: #fff;
   background-color: #666;
   text-decoration: none;
}

.mainspace
{
padding: 10px;
background-color: #ffffff;
font: 12px arial;
}

#intro
{
	font-size:12px;
	padding:0px 15px 0px 15px;

}

#intro a
{
	font-size:11px;
	color:#0000ff;
	text-decoration:underline;
	font-weight:normal;

}

#intro h1
{
	margin:0;
	padding:0 0 5px 0;
	font:18pt/22pt book antiqua;
	letter-spacing:-0.05em;
	color:#8db401;
}
#intro h2
{
	margin:0;
	padding:0px 0 5px 0;
	font:15pt/20pt book antiqua;
	color:#8db401;
}
#intro h3
{
	margin:0;
	padding:5px 0 5px 0;
	font:13pt/20pt verdana;
	color:#8db401;
}

#intro ul.star
{
	font:10pt/14pt book antiqua;
	margin:5px 5px 0px 5px;
	list-style-type:none;
	padding:0;
}
#intro li.star
{
	padding:10px 5px 10px 45px;
	background:url("intro_li_item.gif") no-repeat center left;
	border-bottom:1px solid #f4f4f4;
}