﻿body
{
	margin: 0px;
	color: #000000;
	font-family: verdana,arial,helvetica;
	background-color: #ffffff;
}
span
{
	font-family: verdana,arial,helvetica;
}
a
{
	font-family: verdana,arial,helvetica;
	text-decoration: none;
	color: Purple;
}
h1
{
	font-size: medium;
	margin-bottom: 0px;
	font-family: arial,verdana,helvetica;
	color: Black;
}
h2
{
	font-size: medium;
	margin-bottom: 0px;
	font-family: arial,verdana,helvetica;
	color: Purple;
}
h3
{
	font-size: medium;
	margin-bottom: 0px;
	font-family: arial,verdana,helvetica;
	color: Red;
}
h4
{
	font-size: small;
	margin-bottom: 0px;
	font-family: arial,verdana,helvetica;
	color: Red;
}
.tdHighLightClassic
{
	font-size: small;
	color: #000000;
}
.tdHighLightYellow
{
	font-size: small;
	color: #663333;
	border: 1px solid #ECA67D;
	background: #FFFCD6;
}
.tdHighLightCode
{
	color: black;
	font-size: small;
	border: 1px solid black;
	background: white;
	font-family: Courier New;
}
.codeGreen
{
	color: #3A8000;
	font-family: Courier New;
	font-size: small;
}
.codeRed
{
	color: #B31515;
	font-family: Courier New;
	font-size: small;
}
.codeBlue
{
	color: #3A3AFF;
	font-family: Courier New;
	font-size: small;
}
.codeLightBlue
{
	color: #2B91AF;
	font-family: Courier New;
	font-size: small;
}
.comment
{
	font-size: small;
	color: #999999;
	font-style: italic;
}
