﻿body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #ffffff;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1
{
    font: normal 14pt Verdana, Helvetica, Arial, sans-serif;
    color: #6f6f6f;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    font-weight:bold;
}
h2
{
    font: normal 12pt Verdana, Helvetica, Arial, sans-serif;
    color: #006098;
    padding: 0px 0px 4px 0px;
    margin: 0px 0px 0px 0px;
    font-weight:bold;
}
h3
{
    font: normal 11pt Verdana, Helvetica, Arial, sans-serif;
    color: #3098c8;
    padding: 0px 0px 3px 0px;
    margin: 0px 0px 0px 0px;
    font-weight:bold;
}
h4
{
    font: normal 10pt Verdana, Helvetica, Arial, sans-serif;
    color: Black;
    padding: 2px 0px 3px 0px;
    margin: 0px 0px 0px 0px;
    font-weight:bold;
}
h5
{
    font: normal 9pt Verdana, Helvetica, Arial, sans-serif;
    color: Black;
    padding: 2px 0px 3px 0px;
    margin: 0px 0px 0px 0px;
    font-weight:bold;
}
h6
{
    font: normal 9pt Verdana, Helvetica, Arial, sans-serif;
    color: Black;
    padding: 2px 0px 3px 0px;
    margin: 0px 0px 0px 0px;
    font-weight:normal;
}

table.top_menu
{
	width:100%;
}
td.banner_logo
{
	background-image:url(../images/home_lp4w.jpg);
	background-repeat:no-repeat;
	width:244px;
	height:76px;
}
td.banner_top
{
	background-image:url(../images/top_banner_back.gif);
	background-repeat:repeat-x;
	color:White;
}
td.banner_top_title
{
	font-family:Verdana,times,serif;
	font-size:20pt;
	font-weight:bold;
	color:White;
}
td.news_list_bullet
{
	vertical-align:top;
}