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";
}
h1
{
	font-family: Verdana, sans-serif;
	color: teal;
	font-size: 150%;
}
h2
{
	font-family: Verdana, sans-serif;
	color: teal;
	font-size: 130%;
}
h3
{
	font-family: Verdana, sans-serif;
	color: teal;
	font-size: 120%;
}
h4
{
	font-family: Verdana, sans-serif;
	color: teal;
	font-size: 110%;
}
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;
}

P2
{
	font-family: Verdana;
	font-size: small;
	background-color: yellow;
}

P3
{
	font-family: Verdana;
	font-size: small;
	background-color: #CCCCFF
;
}

#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;
}


#template {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
}

#template td, #customers th {
	font-size:1.2em;
	border:3px solid #98bf21;
	padding:3px 7px 2px 7px;
}

#template th {
	font-size:1.2em;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#A7C942;
	color:#fff;
}

#template tr {
	font-size:10px;
}

#template tr.alt td {
	color:#000;
	background-color:#EAF2D3;
}

#template tr.alth2 td {
	color:#000;
	background-color:#CCFF99;
}
