﻿body
{
	margin:0px;
	margin-top:1px;
	text-align:center;
	background-color:white;
}
*.CodeText
{
	font-family:Courier New;
	font-size:8pt;
	font-weight:normal;
	color:black;
}
table.headertable
{
	width:769px;
	border:solid 1px #000040;
	margin:0px;
	padding:0px;
}
/* ***************************** */
/*   Menu Table Styles           */
/* ***************************** */
*.menutable
{
	width:769px;
	background-color:#00c000;
	border: solid 1px #000040;
	border-top-style:none;
	border-right-style:none;
}

*.menutable tr td
{
	font-family:arial,helvetica,sans-serif;
	font-size:small;
	font-weight:bold;
	background-color: #00c000;
	border-right:solid 1px #000040;
	text-align: left; /*set value to "center" for example to center items*/
	padding:2px;
	padding-left:10px;
	padding-right:10px;
}

*.menutable tr td a
{
	color: #000040;
	text-decoration: none;
}

*.menutable tr td a:visited
{
	color: #000040;
} 

*.menutable tr td a:hover
{
	color: #0000C0;
}
/* ***************************** */
/*   Content Table  Styles       */
/* ***************************** */
*.contenttable
{
	width:769px;
	background-color:White;
	border: solid 1px #000040;
	border-top-style:none;
	margin:0px;
}
*.contenttable tr td
{
	font-family:arial,helvetica,sans-serif;
	font-size:x-small;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	padding:0px;
}
*.contenttable tr td h1
{
	font-size:small;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	padding:3px;
	padding-left:0px;
	margin:0px;
}
*.contenttable tr td h2
{
	font-size:small;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	padding:2px;
	padding-left:0px;
	margin:0px;
}

*.contenttable tr td ul
{
	margin:1em;
	padding:0px 0px 0px .75em;
	list-style-type: disc;
}
*.contenttable tr td ul li
{
	margin:0;
	padding:1px;
}
*.contentborder
{
}
*.contentborder tr td
{
	font-family:arial,helvetica,sans-serif;
	font-size:small;
	font-weight:normal;
	padding:5px;
}
*.contentborder tr td h1
{
	font-size:medium;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	padding:0px;
	padding-bottom:3px;
	margin:0px;
}
/* ***************************** */
/*   Copyright Table Styles      */
/* ***************************** */
*.copyrighttable
{
	width:769px;
	background-color:#00c000;
	border: solid 1px #000040;
	border-top-style:none;
}

*.copyrighttable tr td
{
	font-family:arial,helvetica,sans-serif;
	font-size:small;
	font-weight:bold;
	background-color: #00c000;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
}

*.copyrighttable tr td a
{
	color: #000040;
	text-decoration: none;
}

*.copyrighttable tr td a:visited
{
	color: #000040;
} 

*.copyrighttable tr td a:hover
{
	color: #0000C0;
}
