/* Basic built-in styles */

body
	{
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: 12pt;
	background-color: White;
	color: Black;
	}

table
	{
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: Black; 
	}
	
tr
	{
	text-align: left;
	}
	
td
	{
	color: black;
	text-align: left;
	font-size: 10pt;
	}
	
th
	{
	background-color: Brown;
	font-weight: bold;
	color: white;
	font-size: 10pt;
	text-align: center;
	}
	
th.subhead
	{
	font-size: 8pt;
	font-style: italic;
	background-color: DarkCyan;
	}
	
/* Page Elements */
	
table.PageBanner
	{
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
	}
	
td.PageTitle
	{
	text-align: right;
	filter: shadow(color=#305041,direction=145); 
	z-index: 200;
	color: white;
	font-family: "High Tower Text", "Poor Richard", "Times New Roman", "Times Roman";
	font-size: 24pt;
	}
	
td.HorizontalNavigation
	{
	display: none;
	}
	
table.PageBody
	{
	width: 800px;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
	border-top: 6px inset white;
	border-bottom: 6px inset white;
	padding-top: 10px;
	margin-bottom: 10px;
	}
	
td.VerticalNavigation
	{
	display: none;
	}
	
td.BodyText
	{
	font-family: "Comic Sans MS", Arial, Helvetica;
	background-color: white;
	color: black;
	font-size: 12pt;
	padding: 10pt;
	}
	
p.Copyright
	{
	font-family: "Comic Sans MS";
	color: DarkGray;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	}
	
h1, h2, h3, h4, h5, h6
	{
	font-family: "High Tower Text", "Poor Richard", "Times New Roman", "Times Roman";
	}
	
h1
	{
	color: DarkBlue;
	}
h2
	{
	color: DarkCyan; 
	}
h3
	{
	color: DarkRed; 
	}
h4
	{
	color: Chocolate;
	}
h5
	{
	color: DarkCyan;
	}
h6
	{
	color: Coral;
	}
	
a:link, a:visited, a:active	
	{ 
	color: Black; 
	text-decoration: none; 
	}
	
li
	{
	font-size: 12pt;
	margin-bottom: 12pt;
	}
	
li.compressedlist
	{
	margin-bottom: 0pt;
	line-height: 90%;
	}
	
pre.code
	{
	background-color: White;
	border-style: groove;
	border-color: blue;
	border-size: 1px;
	color: Black;
	display: block;
	width: "80%";
	font-family: "Lucida Console", Monaco, monospace, Courier;
	font-size: 80%;
	margin-bottom: 9px;
	padding: 9px 18px;
	}

pre.syntax
	{
	background-color: LightBlue;
	color: Black;
	display: block;
	width: "80%";
	font-family: "Lucida Console", Monaco, monospace, Courier;
	font-size: 80%;
	margin-bottom: 9px;
	padding: 9px 18px;
	}
	
pre.dos
	{
	background: Black;
	color: LightGreen;
	display: block;
	position: relative;
	left: 5%;
	width: "80%";
	font-family: "Lucida Console", Monaco, monospace, Courier;
	font-size: 80%;
	font-weight: bold;
 	margin-bottom: 9px; 
	padding: 9px 18px;
	box-shadow: 10px 10px 10 #204060;
	}
	
.PullQuote
	{
	font-family: Tahoma, Arial, Helvetica;
	color: DarkGreen; 
	font: 14pt Tahoma;
	width: 98%;
	padding: 4px;
	padding-left: 28px;
	}
	
img
	{
	page-break-inside: avoid;
	}
	
.NewPage
	{
   	page-break-before: always;
	}
	
.NoPrint
	{
	display: none;
	}