BODY
{
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana,arial,tahoma,helvetica;
	color : #333333;
	MARGIN-TOP: 8px;
	MARGIN-LEFT: 10px;
	MARGIN-RIGHT: 0px;
}
TD
{
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana,arial,tahoma,helvetica;
	color : #333333;
}
A, A:link
{
	TEXT-DECORATION: underline;
	color: Blue;
	font-weight: bold;
}
A:visited
{
	TEXT-DECORATION: underline;
	color : Blue;
	font-weight: bold;
}
A:hover
{

	TEXT-DECORATION: None;
	color : Red;
	font-weight: bold;
}

/******  FORM STYLES ******/
FORM
{
	display: inline;
} 
INPUT
{
	FONT-SIZE: 10px;
	FONT-FAMILY: verdana,arial,tahoma,helvetica;
	color : #333333;
}
TEXTAREA
{
	FONT-SIZE: 10px;
	FONT-FAMILY: verdana,arial,tahoma,helvetica;
	color : #333333;
}
SELECT
{
    FONT-FAMILY: verdana,arial,tahoma,helvetica;
	FONT-SIZE: 10px;
	color : #333333;
}
.bluefield
{
	padding-left: 2px;
	border-top: solid 1px #7F9DB9;
	border-bottom: solid 1px #7F9DB9;
	border-right: solid 1px #7F9DB9;
	border-left: solid 1px #7F9DB9;
} 

/******  FORM CELLS ******/
.emailform
{
	border-top: solid 1px #7F9DB9;
	border-bottom: solid 1px #7F9DB9;
	border-right: solid 1px #7F9DB9;
	border-left: solid 1px #7F9DB9;
} 
.formcell
{
	FONT-SIZE: 10px;
	line-height : 14px;
	padding-bottom : 8px;
}
.formheader
{
	padding-bottom : 5px;
}


/******  CHECK BOX CELLS ******/
.check
{
	padding-top : 2px;
	FONT-SIZE: 10px;
	line-height : 14px;
	padding-bottom : 6px;
}


/******  BODY TEXT ******/
.bodytext
{
	line-height : 16px;
}
.smalltext
{
	FONT-SIZE: 10px;
	line-height : 12px;
}
.smalltext2
{
	FONT-SIZE: 10px;
	line-height : 14px;
}
.mediumtext
{
	FONT-SIZE: 11px;
	line-height : 14px;
}
.largetext
{
	FONT-SIZE: 12px;
	line-height : 18px;
}

/******  BODY TEXT ******/
.box
{
	
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.grid {border-collapse: collapse}
.grid td {border: 1px solid #666666; }

/******  FOOTER ******/
.footer
{
	FONT-SIZE: 10px;
	color: Black;
}
.footer A
{
	FONT-SIZE: 10px;
	color: Blue;
}

.footer A:visited
{
	color: Blue;
}
.footer A:hover
{
	color: Red;
	text-decoration: underline;
}

/****** LINKS for PLANS ******/
.Plans A
{
	font-family: Verdana;
	FONT-SIZE: 12px;
	color: Green;
}

.Plans A:visited
{
	font-family: Verdana;
	FONT-SIZE: 12px;
	color: Green;
}
.Plans A:hover
{
	font-family: Verdana;
	FONT-SIZE: 12px;
	color: Red;
	text-decoration: underline;
}

/****** MENU ****** LINKS for PLANS ******/
.PlansMenu A
{
	font-family: Verdana;
	FONT-SIZE: 10px;
	color: Green;
}

.PlansMenu A:visited
{
	font-family: Verdana;
	FONT-SIZE: 10px;
	color: Green;
}
.PlansMenu A:hover
{
	font-family: Verdana;
	FONT-SIZE: 10px;
	color: Red;
	text-decoration: underline;
}

/****** SIDEBAR TEXT/TABLE ******/

.box_bullet
{
	FONT-SIZE: 10px;
	line-height: 14px;
	padding-bottom: 8px;
}

.pageheader
{
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
	padding-bottom: 8px;
}


/****** HEADINGS ******/

h1, h2, h3, h4
{
	font-weight: bold;
}

h1
{
	font-size: 14px;
	padding-bottom: 15px;
}

h2
{
	font-size: 12px;
}

h3
{
	font-size: 11px;
}

h4
{
	font-size: 10px;
}

#content h1
{
	margin-top: 4px;
	margin-bottom: 2px;
	padding: 0px;
}

/****** OTHERS ******/

ul.arrow
{
	padding: 5px;
	margin: 5px;
}

ul.arrow li
{
 	background: #fff url(http://www.johnkerry.com/images/arrow_nwsp.gif) 0px 4px no-repeat;
	margin-left: 0px;
	padding-left: 10px;
	list-style:none;
}

	/* box structure */

	table.box_container
	{
	  border-top: solid 1px #c0c0c0;
	  border-left: solid 1px #c0c0c0;
	  border-bottom: ridge 2px #999;
	  border-right: ridge 2px #999;
	  border-collapse: collapse;
	  padding: 0;
	  margin: 0 0 10px 0;
	}

	/* table cells within tab or box */

	td.box_content
	{
	  padding: 8px 8px 4px 8px;
	  margin: 0;
	  font-size: 10px;
	}

	td.box_image
	{
	  padding: 0;
	  margin: 0;
	}

	td.box_footer
	{
	  padding: 3px 8px 3px 8px;
	  margin: 0;
	  background-color: #e9e9e9;
	  font-size: 10px;
	}

	table.box_tab_content tr td
	{
	  font-size: 10px;
	}


	/* content within tabs/boxes */

	td.box_content p
	{
	  padding: 0;
	  margin: 0px 0 8px 0;
	  font-size: 10px;
	}

	td.box_content img.header
	{
	  margin: 0 0 4px 0;
	  padding: 0;
	}

	td.box_content h2
	{
	  font-size: 12px;
	  margin-top: 0;
	  padding-top: 0;
	}

	td.box_content ul li,
	table.box_tab_content tr td ul li
	{
	  padding-bottom: 4px;
	}
