﻿.BulletList2 {
	border-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 15px;
	list-style-type: disc;
	list-style-position: inherit;
	margin-left: 50px;
}
.footer {
	font-size: x-small;
}
a:link
{
	color: rgb(0, 102, 255);
}
a:visited
{
	color: rgb(0, 51, 153);
} 
a:active 
{
	color: rgb(255,153,0);
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	background-image: url('images/edgbkgnd.gif');
}

h1
{
	color: rgb(105, 79, 0);
	font-size: x-large;
}
h2
{
	color: rgb(135, 88, 0);
	font-size: large;
}
h3
{
	color: rgb(165, 91, 0);
	font-size: medium;
	font-style: italic;
}
h4
{
	color: rgb(195, 88, 0);
	font-style: normal;
	font-size: small;
}
h5
{
	color: rgb(255, 79, 0);
	text-indent: 20px;
}
h6
{
	color: rgb(255, 64, 0);
	text-indent: 30px;
}
.tableSmallText {
	font-size: x-small;
}
.tableGrid {
	font-size: x-small;
	border-collapse: collapse;
	border-style: inset outset outset inset;
	border-width: thin;
	border-color: #C35800;
}
