body
{
	margin: 0;
	background: silver;
	color: #333;
	font-family: tahoma, franklin, arial, sans-serif;
	font-size: 10pt;
}

a
{
	text-decoration: none;
	color: black;
}

a:hover
{
	text-decoration: underline;
	color: #009;
}

.top_nav td
{
	background: url(images/button.png) no-repeat;
	width: 120px;
	height: 30px;
	text-align: center;
}

.top_nav a
{
	display: block;
	text-align: center;
	vertical-align: middle;
	color: white;
	padding: 0 0 3px 0;
}

.top_nav a:hover
{
	color: #def;
}

.bottom_nav
{
	background-color: #009;
	background-image: url(images/button_bg.png);
	background-repeat: repeat-y;
	background-position: left;
}

.bottom_nav td
{
	background: url(images/button3.png) no-repeat;
	width: 168px;
	height: 30px;
	text-align: center;
}

.bottom_nav a
{
	display: block;
	text-align: center;
	vertical-align: middle;
	color: white;
	padding: 0 0 3px 0;
}

.bottom_nav a:hover
{
	color: #def;
}

.header
{
	color: black;
}

.comment
{
	color: #009;
	padding: 1em;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
}

.comment1
{
	color: #009;
	background: #def;
	padding: 1em;
	text-align: center;
	border: 2px solid silver;
	font-size: 9pt;
	font-weight: bold;
}

.loop th
{
	font-size: 150%;
	color: black;
	font-style: italic;
	text-align: left;
}

.heading
{
	font-size: 150%;
	color: #c00;
	font-style: italic;
	text-align: right;
}

.content
{
	background: white;
	border: 3px inset #eee;
	height: 350px;
	padding: 1em;
}

.black_arrow
{
	width: 80px;
	background: url(images/black_strip.png) center repeat-y;
}

.blue_arrow
{
	width: 80px;
	background: url(images/blue_strip.png) center repeat-y;
}

.method
{
	width: 600px;
	color: #000080;
}

.method td
{
	border-bottom: 10px solid white;
}

.fi
{
	border-left: 1px solid #000080;
}

.fi td
{
	border-right: 1px solid #000080;
	border-bottom: 1px solid #000080;
}

.fi tr
{
	vertical-align: top;
}

.fi th
{
	background: #000080;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
}

.bold
{
	font-weight: bold;
}

h2, h3, h4
{
	color: #009;
}

.submenu td
{
	width: 33%;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

.submenu a
{
	display: block;
	padding: 3px;
	background: #009;
	color: white;
	text-align: center;
}

.submenu a:hover
{
	color: #def;
	text-decoration: underline;
}


.submenu1 td
{
	width: 25%;
	border-right: 1px solid white;
}

.submenu1 a
{
	display: block;
	padding: 3px;
	background: #009;
	color: white;
	text-align: center;
}

.submenu1 a:hover
{
	color: #def;
	text-decoration: underline;
}

.reading tr
{
	vertical-align: top;
}

.reading th
{
	color: #009;
	background: #ddd;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 4px;
}

.reading td
{
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 2px;
}

.offer
{
	text-decoration: none;
	display: block;
	color: #009;
	font-size: 1.5em;
	font-weight: 400;
}

.offer:hover
{
	color: #900;
}





