a:link
{
	color: blue; 
}
a:visited
{
	color: purple; 
} 
a:active 
{
	color: red;
}

a.NavPane
{
	text-decoration:none;
}
a.NavPane:hover{ color:red }

table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
body
{
	font-family: Times, Palatino, serif;
	font-size: 13pt;
	background: url(Images/Backgrounds/Standard.jpg);
	background-color: white;
	color: black;
	padding-left: 1%;
	padding-right: 5%;
}

h1
{
	font-family: Times New Roman, Times;
	color: rgb(0,102,153);
	font-size: 24pt;
}
h2
{
	font-family: Times New Roman, Times;
	color: rgb(0,102,153); 
	font-size: 18pt;
}
h3
{
	font-family: Times New Roman, Times;
	color: rgb(0,102,153); 
}
h4
{
	font-family: Times New Roman, Times;
	color: rgb(153,153,0);
}
h5
{
	font-family: Times New Roman, Times;
	color: rgb(255,153,0);
}
h6
{
	font-family: Times New Roman, Times;
	color: rgb(51,102,204);
}
code
{
	font-size : medium;
	font-family : Courier;
	font-style : normal;
	color : Blue;
}
P.TechNote {
        margin-left: 25;
        font-style: Italic;
        background-color: lightcyan;
        border-style: outset;
        border-color: silver;
        border-width: medium;
        font-weight: normal;
	vertical-align: top;
	padding: 0, 0, 20, 0;
}

Pre.SourceCode {
        border-style: outset;
        border-color: silver;
        background-color: white;
        border-width: medium;
}
