BODY  {
	background : #FFFFFF url(/images/header_line.gif) repeat-x;
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
}

A {
	font-family :  Arial, sans-serif;
	font-size : 10pt;
	color: #3399FF;
	font-weight : bold;
	text-decoration: none;
}

A#nav {
	font-family :  Arial Narrow, Arial, sans-serif;
	font-size : 13pt;
	color: #000000;
	font-weight : bolder;
}

A#copywrite {
	font-size : 8pt;
}

A:HOVER {
	font-family :  Arial, sans-serif;
	font-size : 10pt;
	color: #99CCCC;
	font-weight : bold;
	text-decoration: none;
}

A:HOVER#nav {
	font-family :  Arial Narrow, Arial, sans-serif;
	font-size : 13pt;
	color: #3399FF;;
	font-weight : bolder;
}

A:HOVER#copywrite {
	font-size : 8pt;
}

LI {
	font-family : Arial, sans-serif;
}

TD {
	font-family :  Arial, sans-serif;
	font-weight : normal;
	font-size : 10pt;
	vertical-align : top;
}

TD#nav {
	text-align: center;
}

TD#logo {
	text-align: center;
	vertical-align: top;
	width: 100%;
	height: 87px;
}

TD#label {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

TD#required {
	font-weight: bold;
	text-align: right;
	color : #FF0000;
	white-space: nowrap;
}

TD#PEMS {
	background-color: #99CCFF;
	width: 450px;
	white-space: normal;
}

TD#PEMS_label {
	background-color: #99CCFF;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

TD#arrow {
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}

INPUT {
	font-family :  Arial, sans-serif;
	font-weight : normal;
	font-size : 10pt;
}

INPUT#PEMS_image {
	border: 4px ridge #3399FF;
}

TEXTAREA {
	font-family :  Arial, sans-serif;
	font-weight : normal;
	font-size : 10pt;
}

IMG#heading_image {
	border: 2px solid #000000;
}

IMG#PEMS_image {
	border: 4px ridge #3399FF;
}

HR {
	color: #3399FF;
}

.heading {
	font-family : Arial, sans-serif;
	font-size : 14pt;
	color: #000000;
	font-weight : bold;
	font-style: italic;
}

.subheading {
	font-family : Arial, sans-serif;
	font-size : 12pt;
	color: #000000;
	font-weight : bold;
	text-align: center;
}

.tiny {
	font-family : Arial, sans-serif;
	font-size : 8pt;
 	font-weight: lighter;
	color: #000000;
}

.big {
	font-family : Arial, sans-serif;
	font-size : 12pt;
 	font-weight: normal;
	color: #000000;
}

.error {
	font-family : Arial, sans-serif;
	font-size : 10pt;
	color: #FF0000;
	font-weight : bold;
}

.copywrite {
	font-family : Arial, sans-serif;
	font-size : 8pt;
	color: #000000;
	text-align : right;
}

.required {
	font-family : Arial, sans-serif;
	font-size : 14pt;
 	font-weight: bold;
	color: #FF0000;
}


