body
{
    margin: 0px; padding: 0px;
	font-family: Arial, Sans-Serif;
	background-color: #eeeeee;
}


td
{
	font-family: Arial, Sans-Serif;
	font-size: 80%;
	vertical-align: top;
}

b.smaller
{
	font-size: 90%;
}

b.red
{
	color: #660000;
}

h3
{
	color: #000000;
    font-size: 110%;
    margin-bottom: 1ex;
}

p
{
	margin: 6px;
	margin-bottom: 3px;
}


ul
{
	padding: 0px;
	margin: 0px;	
	margin-left: 20px;	
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
}

li
{
	font-size: 90%;
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
}

li a
{
	font-weight: normal;
	text-decoration: none;
	color: #660000;
	margin: 0px;
	padding: 0px;	
}

li div
{
	margin: 0px;
	margin-left: 10px;	
	padding: 0px;	
}

li a:hover
{
	text-decoration: underline;
}

a
{
	font-weight: normal;
	text-decoration: none;
	color: #990000;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* --- Main Table ----------------------------------- */
table.mainTable
{
	/*width: 90px;*/
	height: 100%;
	padding: 0px;
	background-color: #ffffff;
	border-collapse: collapse;
}

table.mainTable td.bannerCell
{
	padding: 0px;
	margin:0;
	width:100%;
	border-bottom: 2px solid #990000;
	background-color: white;
}


table.mainTable td.MenuCell
{	
	height: 100%;
	padding: 0px;
}

table.mainTable td.dockCell
{	
	height: 100%;
	padding: 5px;
}

table.mainTable td.ContentCell
{
	width: 100%;
	padding-left: 10px;
}

table.mainTable td.rightSpacerCell
{	
	height: 100%;
	padding: 30px;
	background-color: #eeeeee;
	border-left: 1px solid #660000;
}

/* --- Menu ----------------------------------------- */
table.menu
{
	height: 100%;	
    font-family: Arial, Sans-Serif;
    background-color: #000000;
    color: #ffffff;
    border-collapse: collapse;
}

table.menu td
{
	font-family:  Verdana, Arial, Sans-Serif;
	font-size: 80%;
	padding: 0px;
    background-color: #ffffff;
    color: #000000;		
}

table.menu td.bottom
{
	height: 100%;
	
	border-right: 20px solid black;
	
	background-color: #000000;
    color: #ffffff;		
}

table.menu span
{	
	width:100%;
	padding: 3px 10px;
	padding-right: 0px;
	display:block;
	text-decoration: none;
    background-color: #660000;
    border-top: 1px solid #990000;
    border-bottom: 1px solid #990000;
    color: #ffffff;	
}


table.menu a
{
	width:100%;
	padding: 3px 10px;
	padding-right: 0px;
	display:block;
	text-decoration: none;
	background-color: black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
    color: #ffffff;	
}

table.menu a:visited
{
	text-decoration: none;
}

table.menu a:hover
{
    text-decoration: none;
    background-color: #999999;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    color: #000000;	
}

/* --- Section ----------------------------------------- */
table.section
{
	/*width: 700px;*/
}

td.sectionTitle
{
    font-family:  Verdana, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 110%;
    color: #660000;	
	margin: 0px;
	padding: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 100%;
}

td.sectionContent
{
	width: 100%;
	margin: 0px;
	padding: 2px;	
    padding-left: 2ex;
}

/* --- DockSection ------------------------------------- */

table.DockSectionTable
{
	border: 1px solid #999999;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
}

td.DockSectionTableCell
{
	margin: 0px;
	padding: 0px;
}

td.DockSectionContentCell
{
	margin: 0px;
	padding: 5px;	
}


td.DockSectionContentCell li
{
    white-space: nowrap;
}

td.DockSectionTitle
{
	background-image: url(/images/BarCenter.jpg);
	background-repeat: repeat-x;
	
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    color: #000000;	
	margin: 0px;
	padding: 3px;
	padding-left: 5px;
	width: 100%;
	white-space: nowrap;
}

/* --- IndentDiv ----------------------------------------- */
div.IndentDiv
{
	width: auto;
	margin: 0px;
	padding: 2px;	
	margin-left: 10px;
}

/* --- Info ------------------------------------------ */
table.Info
{
    border: 1px solid #999999;
    border-collapse: collapse;    
}

table.Info tr td
{
    padding: 5px;
    border-left: 1px solid #999999;
}

table.Info tr.odd td
{
    background-color: #dddddd;
}

table.Info tr.even td
{
    background-color: #660000;
    color: white;
}

