/*****************************************************************************/
/*  _Presentation.css  --  Cascading Style Sheet for TVL Presentation
/*****************************************************************************/
body
	{
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
h1
	{
	color: navy;
	font-size: 18pt;
	font-weight: normal;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0;
	}
h2
	{
	font-family: Arial, Helvetica, sans-serif;
	color: orange;
	font-size: 16pt;
	font-weight: normal;
	text-decoration: underline;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 0;
	}
p
	{
	color: black;
	font-size: 14pt;
	font-weight: normal;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 0;
	width: 500px;
	}
p.firstref
	{
	font-size: 10pt;
	margin-top: 100px;
	margin-left: 70px;
	text-indent: -20px;
	}
p.ref
	{
	font-size: 10pt;
	margin-top: 10px;
	margin-left: 70px;
	text-indent: -20px;
	}
sup
	{
	font-size: 10pt;
	}
li
	{
	color: black;
	font-size: 14pt;
	font-weight: normal;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 0;
	}
img
	{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 100px;
	margin-right: 0;
	}

/*===========================================================================*/
/*  TABLE Specific Styles
/*===========================================================================*/
/*--Table Properties---------------------------------------------------------*/
table.page
	{
	border-style: none;
	width: 700px;
	}
th.title
	{
	color: #009900;
	font-size: 14pt;
	text-align: left;
	width: 350px;
	}
th.subtitle
	{
	color: #009900;
	font-size: 8pt;
	text-align: right;
	width: 350px;
	}
th.line
	{
	background-color: black;
	height: 3px;
	}
th.menu
	{
	color: gray;
	font-size: 8pt;
	text-align: right;
	}
td.content
	{
	padding-top: 10px;
	}
a.menu:link
	{
	font-size: 8pt;
	font-weight: normal;
	color: gray;
	text-decoration: none;
	}
a.menu:visited
	{
	font-size: 8pt;
	font-weight: normal;
	color: gray;
	text-decoration: none;
	}
a.menu:hover
	{
	font-size: 8pt;
	font-weight: normal;
	color: gray;
	text-decoration: underline;
	}


.code_user_input {  font-weight: bold; color: #CC0000}
.code_screen_output {  color: #3333FF}
dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #333333;

}
dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
pre {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	padding-left: 40px;

}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 40px;

}
.code_reserved {
	color: #3333FF;
	font-weight: bold;
}
.code_comment {
	color: #006600;
}
.code_literal {
	color: #FF00FF;
}

