/*****************************************************************************/
/*  _Contents.css  --  Cascading Style Sheet for TVL Presentation
/*****************************************************************************/
body
	{
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
h1
	{
	color: white;
	background-color: #B3C2D3;
	font-size: 18pt;
	font-weight: normal;
	text-decoration: none;
	border-bottom: solid gray 3px;
	padding-top: 0;
	padding-left: 10px;
	margin-top: 0;
	margin-bottom: 50px;
	margin-left: 10px;
	margin-right: 0;
	width: 550px;
	}
h1.hidden
	{
	color: orange;
	}
h1.status
	{
	border: 0;
	font-size: 12pt;
	margin-top: 50px;
	margin-bottom: 0;
	padding-right: 50px;
	text-align: right;
	width: 500px;
	}
h1.errmsg
	{
	color: red;
	background-color: white;
	border: none;
	}
h2
	{
	color: #363185;
	font-size: 14pt;
	font-weight: normal;
	text-decoration: none;
	border-bottom: solid #17bc77 3px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0;
	width: 550px;
	}
h2.hidden
	{
	color: orange;
	}
h3
	{
	color: black;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 60px;
	margin-right: 0;
	width: 650px;
	}
h3.hidden
	{
	color: orange;
	}
h4
	{
	color: black;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 110px;
	margin-right: 0;
	width: 650px;
	}
p.menu
	{
	color: gray;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: -45px;
	margin-left: 10px;
	margin-right: 0;
	}
a:link
	{
	font-size: 10pt;
	font-weight: normal;
	color: gray;
	text-decoration: none;
	}
a:visited
	{
	font-size: 10pt;
	font-weight: normal;
	color: gray;
	text-decoration: none;
	}
a:hover
	{
	font-size: 10pt;
	font-weight: normal;
	color: gray;
	text-decoration: underline;
	}
a.page:link
	{
	font-size: 12pt;
	font-weight: normal;
	color: black;
	text-decoration: none;
	}
a.page:visited
	{
	font-size: 12pt;
	font-weight: normal;
	color: black;
	text-decoration: none;
	}
a.page:hover
	{
	font-size: 12pt;
	font-weight: normal;
	color: black;
	text-decoration: underline;
	}
a.pagehidden:link
	{
	font-size: 12pt;
	font-weight: normal;
	color: orange;
	text-decoration: none;
	}
a.pagehidden:visited
	{
	font-size: 12pt;
	font-weight: normal;
	color: orange;
	text-decoration: none;
	}
a.pagehidden:hover
	{
	font-size: 12pt;
	font-weight: normal;
	color: orange;
	text-decoration: underline;
	}
a.book:link
	{
	font-size: 12pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
	}
a.book:visited
	{
	font-size: 12pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
	}
a.book:hover
	{
	font-size: 12pt;
	font-weight: bold;
	color: black;
	text-decoration: underline;
	}
a.bookhidden:link
	{
	font-size: 12pt;
	font-weight: bold;
	color: orange;
	text-decoration: none;
	}
a.bookhidden:visited
	{
	font-size: 12pt;
	font-weight: bold;
	color: orange;
	text-decoration: none;
	}
a.bookhidden:hover
	{
	font-size: 12pt;
	font-weight: bold;
	color: orange;
	text-decoration: underline;
	}
table.form
	{
	border-collapse: collapse;
	border-style: none;
	border-width: 1;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	}
td.formheading
	{
	font-size: 14pt;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #82B9BF;
	text-align: left;
	border-style: none;
	}
td.formlabel
	{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #82B9BF;
	text-align: right;
	border-style: none;
	}
td.formentry
	{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	background-color: #82B9BF;
	text-align: left;
	border-style: none;
	}

