﻿body
{
	margin: 0px;
}

table.shell
{
	width: 100%;
}

td.tabs
{
	
	text-align:right;
	height: 93px;
	background-image: url('images/BG-tabs.jpg');
	background-repeat: no-repeat;
	background-position:right;
	font-family: arial;
	font-size: 11px;
	vertical-align: bottom;
	padding:0px 0px 6px 0px
}

td.tabs A
{
	color: #1F3767;
	text-decoration: none;
	/*padding-left: 22px;
	padding-right: 4px;*/
}

td.tabs A:hover
{
	color: #ffffff;
	text-decoration: none;
}
td.tabLinks
{
	font-family: arial;
	font-size: 11px;
	vertical-align: bottom;
	text-align:center
	
	}

td.tabLinks a
{
	color: #1F3767;
	text-decoration: none;
	/*padding-left: 22px;
	padding-right: 4px;*/
}

td.tabLinks a:hover
{
	color: #ffffff;
	text-decoration: none;
}


.t {background: url(images/dot.gif) 0 0 repeat-x; width: 20em}
.b {background: url(images/dot.gif) 0 100% repeat-x}
.l {background: url(images/dot.gif) 0 0 repeat-y}
.r {background: url(images/dot.gif) 100% 0 repeat-y}
.bl {background: url('images/bottomLeft.gif') no-repeat 0 100%; }
.br {background: url('images/bottomRight.gif') no-repeat 100% 100%; }
.tl {background: url('images/topLeft.gif') no-repeat 0 0; }
.tr {background: url('images/topRight.gif') no-repeat 100% 0; padding:10px}

.content
{
	font-family: verdana;
	font-size: 13px;
	width: 100%;
}

.content Table
{
	font-family: verdana;
	font-size: 13px;
}

td.contentShell
{
	vertical-align: top;
	padding-left: 4px;
	padding-right: 4px;
}

td.ads
{
	width: 180px;
}

td.sideNav
{
	width: 160px;
	text-align: center;
}

.head
{
	color: #000080;
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
}

/* Left Navigation*/
#mainNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mainNav ul a {
	display: block;
	width: 146px;
	
}

#mainNav ul a:link, #mainNav ul a:visited {
	display: block;
	width: 146px;
	height: 32px;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-small;
	font-weight:bold;
	text-decoration: none;
	line-height: 32px;
	padding-left:25px;
	background-image: url(images/btn_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}

#mainNav li.first a {
height: 32px;
line-height: 32px;
}

.odd {
	background-color: #C0C0C0;color:#333;
}
.even {
	background-color: #ffffff;color:#333;
}