basefont { FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 13px;  }
A.link2 { COLOR: #FF0000; FONT-FAMILY: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 13px; FONT-WEIGHT: BOLD }
A:link { COLOR: pink; text-decoration: underline; }
A:visited { COLOR: PINK; text-decoration: underline; }
A:hover { COLOR: #FF9900; text-decoration: underline; }
BODY { COLOR: #000000; FONT-FAMILY: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 13px }
.menu {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #FF9000;
	FONT-SIZE: 12px;
	FONT-WEIGHT: BOLD;
	line-height: 17px;
}
A.menu:visited { COLOR: pink; text-decoration: none; }
A.menu:link { COLOR: pink; text-decoration: none; }
A.menu:hover { COLOR: #FF9000; text-decoration: none;}
TD { FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 12px; color: #ffffff; }
.formtext { FONT-SIZE: 10px }
H1 { COLOR: #009900; FONT-SIZE: 19px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; line-height: 1.1em; text-align:center; }
H2 { COLOR: #FF9900; FONT-SIZE: 16px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; line-height: 1.1em; text-align:center; }
H3 { COLOR: #009900; FONT-SIZE: 16px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; line-height: 1.1em; text-align:center;}
.comment { COLOR: #000000; FONT-SIZE: 11px; FONT-WEIGHT: normal; FONT-FAMILY: Arial, Helvetica, sans-serif; line-height: 1.1em;}
.mark { COLOR: #A30200; text-decoration: none; }
.mark A:visited { COLOR: #A30200; }
.mark A:link { COLOR: #A30200; }
.mark A:hover { COLOR: #A30200; }
CAPTION {COLOR: #009900; FONT-SIZE: 16px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;}

/* main nav*/

body {
	background-color: #750000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header {
	width:765px; 
	height:221px; 
	
	background:url('images/PKM_rev.jpg');
	background-repeat: no-repeat;
	background-color:#000000;
	}
	
.ftr_txt {
	width:765px; 
	height:221px; 
	
	background:url('images/nps_text.jpg');
	background-repeat: no-repeat;
	background-color:#000000;
	}

.style4 {color: #FFFFFF}
/* old links
a:link {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:active {
	text-decoration: none;
}
body,td,th {
	color: #CCCCCC;
}*/


/* new links - november 08*/
a:link {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC3300;
}
a:active {
	text-decoration: none;
}
body,td,th {
	color: #CCCCCC;
}



/*p classes*/
.boldred {
	color: #CC0000;
	font-weight: bold;
}

.maroon {
	color: #ffffff;
	font-weight: bold;
	font-size: 14;
}

.boldwhite {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18;
	font-style:italic;
}
