a.nav:link
{
	color: blue;
	text-decoration: none;
}
a.nav:active
{
	color: black;
	text-decoration: none;
}
a.nav:visited
{
	color: purple;
	text-decoration: none;
}
a.nav:hover
{
	color: red;
	text-decoration: underline;
}

a.body:link
{
	color: blue;
	text-decoration: none;
}
a.body:active
{
	color: black;
	text-decoration: none;
}
a.body:visited
{
	color: purple;
	text-decoration: none;
}
a.body:hover
{
	color: red;
	text-decoration: underline;
}

.SectionHeader
{
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: "teal";
}

h2
{
	font-family: Verdana, sans-serif;
	color: teal;
	font-size: 150%;
}
h5
{
	font-family: Verdana, sans-serif;
	color: teal;
	font-size: 100%;
}
tr
{
	font-family: Verdana, sans-serif;
	font-size: x-small;
}
.PageHeader
{
	font-weight: bold;
	font-size: medium;
	color: yellow;
	font-family: Verdana;
	background-color: teal;
}

P
{
	font-family: Verdana;
	font-size: x-small;
}

#masterDiv
{
	position: absolute;
	left: 20;
	top: 300;
	width: 120px;
	height: 120px;
}
A.ddmenu:link
{
	color: yellow;
	text-decoration: none;
}

A.ddmenu:visited
{
	color: lemonchiffon;
	text-decoration: none;
}

A.ddmenu:active
{
	color: darkblue;
	text-decoration: none;
}

A.ddmenu:hover
{
	color: gold;
	text-decoration: none;
}

TD.ddmenu
{
	font-family: Verdana,Arial;
	font-size: 12px;
}

DIV.ddmenu
{
	font-family: Verdana,Arial;
	font-size: 12px;
}
.HeaderMenuStrip
{
	color: yellow;
	background-color: teal;
}
LI
{
	font-family: Verdana;
	font-size: x-small;
}
.SubHdr
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px solid green;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
	background-image: url(/images/HdrBGImage_ePM.jpg);
	background-repeat: repeat-x;
}
