body {
	font-family: Arial;
}

table.article {
	width: 100%;
	border: 0px; 
  padding: 0px;
  border-spacing: 0px;
  vertical-align: top;
}

table.topics {
  width: 100%;
  border: 0px;
  padding: 2px;
  border-spacing: 5px;
  vertical-align: top;
  text-align: left;
}

td.image {
  text-align: right;
  vertical-align: top;
}

td.top {
	width: 100%;
	height: 122px;
}

td.left {
	vertical-align: top;
	/*width: 160px;*/
}

td.body {
	height: 100%;
	width: 100%;
	vertical-align: top;
	background-color: white;
}

.darktext {
	color: #336688
}

.darkbg {
	background-color: #336688
}

.lightbg {
	background-color: #A8B9CC
}

.medbg {
	background-color: #7190AA
}

a:hover {
	color: #CC0000;
	text-decoration: none
}

li {
	font-size: 10pt
}

p {
	font-size: 10pt;
	font-weight: normal
}

p.important {
	font-size: 12pt;
	color: #3152A5;
	font-weight: bold
}

p.title {
	font-size: 12pt;
	color: #3152A5;
	font-weight: bold
}

p.topic {
	font-weight: bold;
	font-size: 10pt;
	background-color: #EEEEEE;
	color: #3152A5;
}

p.selltopic	{
	font-weight:bold;
	font-size:10pt;
	background-color: rgb(255, 204, 204);
	color: #3152A5;
}

a.menuitem {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.menuitem:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

a.smallmenuitem {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}

a.smallmenuitem:hover {
	color: #CC0000;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}

body {
	margin-top: .12in;
	margin-left: .25in;
	margin-right: .25in
}

ul {
	margin-left: .17in;
	padding: 0pt;
	list-style-image: url(images/bullet.gif);
}

ul ul {
	list-style-image: url(images/dash.gif);
}

table {
	margin: 0;
	table-layout: auto
}
a.menutext {
	font-size: 10pt;
	font-weight: bold;
	color: #000066
}
a.menutext:hover {
	color: #CC0000;
	text-decoration: none
}
.bannercell {
	padding-right: 5pt;
	font-size: 10pt;
	font-weight: bold;
	/*color: #336688*/
}
body.menubody {
	margin-top: .0in;
	margin-left: .0in;
	margin-right: .0in
}
body.bannerbody {
	margin-top: .0in;
	margin-left: .0in;
	margin-right: .0in
}
td.menu1 {
	background-color: #D2E0FB;
	height: 24px
}
td.menu2 {
	background-color: #EEEEEE;
	height: 24px
}
.smalltype {
	font-size: 8pt;
	font-weight: lighter
}
.blue10pt {
	color: #000099
}
a {
	font-size: 10pt;
	color: #000099;
	text-decoration: none;
	font-weight: normal
}
td {
	font-size: 10pt;
	font-weight: normal
}
.bullet-text {
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000
}
.super {
	vertical-align: super;
	font-size: 8pt
}
.rb {
	font-weight: normal;
	font-size: 8pt;
	border-color: #ffffff;
	padding: 1px 5px;
	background-color: #eeeeee;
	text-align: center;
	color: #0000ff;
	text-decoration: none;
	border: #ffffff outset
}
h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
/*menu code*/

/* Styles for Menu Items */
td.act_menu_left {
	background: url("images/active_menu_button_left.gif") no-repeat; 
  height: 26px;
  width: 19px
}

td.act_menu_right {
	background: url("images/active_menu_button_right.gif") no-repeat; 
  height: 26px;
  width: 8px
}

td.act_menu_center {
  background: url("images/active_menu_button_center.jpg"); 
  height: 26px;
}

td.menu_left {
	background: url("images/inactive_menu_button_left.gif") no-repeat; 
  height: 26px;
  width: 19px
}

td.menu_right {
	background: url("images/inactive_menu_button_right.gif") no-repeat; 
  height: 26px;
  width: 8px
}

td.menu_center {
  background: url("images/inactive_menu_button_center.gif"); 
  height: 26px;
}
