/*** global styles ***/

body {
	color: #717469;
	background-color: #B8B9B3;
	font-family: "Arial MT", "Arial", sans-serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;
}


:link {
	color: #6a7263;
	font-weight: bold;
	text-decoration: none;
}
:visited {
	color: #A4AB9D;
	font-weight: bold;
	text-decoration: none;
}
:link:hover, :visited:hover {text-decoration: underline;}
a img {
	border: 0;
}

p, h1, h2, ul {
	margin-top: 0;
	margin-bottom: 1em;
}
h1 {font-size: 10pt;}
h2 {font-size: 9pt;}

ul {
	margin-left: 0;
	padding-left: 1.5em;
	list-style-type: disc;
}

table {
	border-collapse: collapse;
	border: 0;
}
td {
	vertical-align: top;
	padding: 0;
}


/*** primary table structure ***/
table.main {
	width: 800px;
	margin: 0 auto;	/* centers the main table */
}

/*** logo ***/
td.logo {
	width: 191px;
	padding: 0 0 11px 0;
}

/*** masthead ***/
td.mast {
	padding-top: 23px;
	padding-left: 11px;
}
td.mast img {
	display: block;
}

/*** navigation ***/
td.leftNav {
	width: 191px;
	padding: 0;
}
td.leftNav img {
	display: block;
}


/*** content area ***/
td.content {
	padding-left: 11px;
}
td.contentTitle {
	background-image: url(../img/css_sub_headerbar.jpg);
	background-repeat: no-repeat;
	padding: 8px 16px 0 16px;
}
td.contentTitle h1 {
	color: #ffffff;
	font-size: 12pt;
}
td.contentBody {
	background-color: #FFFFFF;
	padding: 12px 16px;
	background-image: url(/img/css_sub_headerbar.jpg);
	background-repeat: no-repeat;
}
td.contentBody img.contentPic {
	display: block;
	float: right;
	margin: 0 0 16px 16px;
	border: medium solid #999999;
}
.plan_grid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	background-position: center center;
	color: #333333;
}
.plan_grid :link {
	text-decoration: none;
	color: #990000;
}
.plan_grid :link:hover, .plan_grid :visited:hover {
	text-decoration: underline;
	color: #990000;
}
.footer {
	color: #717469;
	background-color: #B8B9B3;
	font-family: "Arial MT", "Arial", sans-serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;
}
.photo_border {
	border: medium solid #999999;
}
