﻿body, td {
  font-family: verdana;
  font-size: 11px;
  color: #091c59;
}

a {
	color: #04346a;
}

.bg-body {
  margin: 0px;
	padding: 0px;
  background-color: #ffffff;
	background-image: url('../gfx/page_bg.gif');
	background-repeat: repeat-y;
}

.mbg1-normal, .mbg1-selected {
  background-image: url('../gfx/m1_body.gif');
}
.mlnk1-normal {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
.mlnk1-normal:hover {
	text-decoration: underline;
}
.mlnk1-selected {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.m1sub {
  background-image: url('../gfx/m1_sub.gif');
}

.mbg2-normal, .mbg2-selected {
  background-image: url('../gfx/m2_body.gif');
}
.mlnk2-normal {
	font-size: 10px;
	color: #091c59;
	text-decoration: none;
}
.mlnk2-normal:hover {
	text-decoration: underline;
}
.mlnk2-selected {
	font-size: 10px;
	color: #091c59;
	font-weight: bold;
	text-decoration: none;
}
.m2sub {
  background-image: url('../gfx/m2_sub.gif');
}

.heading, .doc-title {
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
}

.subhead {
	font-weight: bold;
	font-variant: small-caps;
}

.white {
	color: #ffffff;
}

.doc-abstract {
	font-weight: bold;
	padding-top: 15px;
}

.dir-title {
	font-weight: bold;
	text-decoration: none;
}
.dir-abstract {
	padding-bottom: 20px;
}