a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:active {
	color: yellow;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
}

img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

html.lborder {
	border-left: 2em solid #800000;
}

body {
	color: black;
	background: white;
	font-family: Verdana,Arial,Helvetica;
	font-size: 10pt;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

body.bg {
	color: black;
	background-image: url(tdbg.png);
	font-family: Verdana,Arial,Helvetica;
	font-size: 10pt;
/*
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;

	border: none;

*/
}

td.indexpage {
	border-bottom: 2px solid white;
  border-top: 2px solid white;
}

.title {
	color: #646B6E;
	font-size: 20pt;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica;
	padding: 4px;
}

h1 {
	color: #646B6E;
	font-size: 16pt;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica;
	border-left: 10px solid #800000;
	padding: 4px;
}

h2 {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica;
	margin-left: 10pt;
	
}

p,div {
	font-family: Verdana,Arial,Helvetica;
	margin-left: 10pt;
}

li,ul,ol,table,td,input,textarea {
	font-family: Verdana,Arial,Helvetica;
	font-size: 10pt;
}

.caps {
	font-variant: small-caps;
	font-weight: bold;
}

.footer {
	font-size: 10pt;
	position: relative;
	bottom: 2px;
}

.whitetext {
	font-family: Verdana,Arial,Helvetica;
	font-weight: bold;
	font-size: 11pt;
	color: white;
}

hr {
	color: #800000;
	margin-top: 4px;
	padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 4px;
  border-style: solid;
}

tr {
	margin-top: 0px;
	padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.right {
	float: right;
	padding: 5px;
}


td.menu {
	background-image: url(tdbg.png);
	background-repeat: repeat;
	background-color: blue;
	font-size: 11pt;
	font-family: Verdana,Arial,Helvetica;
	font-weight: bold;
	color: white;
	text-align: center;
}

td.white {
	font-size: 10pt;
	padding: 5px;
	font-family: Verdana,Arial,Helvetica;
	font-weight: bold;
	color: white;
}