UL, P, TABLE
{
	font-size: 9pt;
	color: #333333;
	font-family: Arial;
	text-align: justify;
}

P
{
	width: 450px;
}

TABLE.news_item P
{
	text-align: left;
	width: 240px;
	font-size: 10px;
}

TABLE.news_item A
{
	text-align: left;
}

TABLE.benefits_item P
{
	text-align: left;
    width = '600';
	font-size: 10px;
}

TABLE.benefits_item A
{
	text-align: left;
}

TABLE.ssSignUp
{
	border: solid 1px #808080;
}

TABLE.ssSignUp TD
{
	padding-left: 2px;
	background: #EEEEEE;
}

TD.slide_window
{
   PADDING: 10px;
   MARGIN-LEFT: 10px;
   border: solid 1px #CCCCCC;
   font-size: 16pt;
   color: #0066FF;
}

TD.slide_window P, 
TD.slide_window TABLE,
{
	width: 100%;
	font-size: 16pt;
	color: #0066FF;
}

TD.slide_window H1
{
	font-size: 16pt;
	color: #FF8000;
	text-decoration: underline;
	font-weight: bold;
}

TD.slide_window H2
{
	font-size: 16pt;
	color: #0044AA;
	text-decoration: underline;
	font-weight: bold;
}

TD.slide_window UL
{
	font-size: 14pt;
	font-weight: bold;
	color: #0066FF;
}

.sButton
{
	background: #008FD8;
	font-weight: bold;
	font-size: 10px;
	color: white;
}

.sDropdown
{
	font-weight: bold;
	font-size: 10px;
}

HR
{
	color: #CCCCCC;
}

H1
{
	font-weight: bold;
	font-size: 14pt;
	color: #444444;
	font-family: Arial;
}

H2
{
	font-weight: bold;
	font-size: 12pt;
	color: #444444;
	font-family: Arial;
}


.nav_bar
{
	padding-left: 4px;
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial;
	background-color: #008FD8;
}

.nav_bar A
{
	color: #FFFFFF;
}

.nav_bar A:hover
{
	color: #ffffff;
	text-decoration: none;
}

.pdf_link
{
	font-size: 7pt;
	color: #104E8B;
}

.menu_bar TD
{
	font-family: Verdana, Helvetica, Arial;
	background: #999999;
	font-size: 8pt;
}

.menu_bar TD A
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.menu_bar TD A:hover
{
	text-decoration: none;
	color: white;
}

.errmsg
{
	color: red;
}

TABLE.mbdy
{
	border: solid 1px #808080;
}

TABLE.mbdy TH
{
	background: #008FD8;
	color: white;
	font-size: 16px;
	text-align: center;
}



#container-navigation {
	width: 620px;
	background-color: #008FD8;
	height: 22px;
	border-bottom: 1px solid #ffffff;
}

ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li {
	display: inline;
	list-style: none;
	height: 22px;
}

#navigation li a {
	color: #ffffff;
	line-height: 22px;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 15px 6px 15px;
	border-right: 1px solid #ffffff;
}

#navigation li a:hover {
	text-decoration: underline;
	
}

