body {
	background-color: #113A8B;
	margin: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: center;
	color: #000000;
}

a {
	color: #FEDA3D;
}

a:visited {
	color: #FEDA3D;
}

a:active {
	color: #ffffff;
}

a:hover {
	color: #ffffff;
}

h1 {
	clear: both;
	padding: 3px;
	background-color: #D40202;
	background-image: url(ppk_titlebg.gif);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
	font-size: medium;
	color: #ffffff;
}

h2 {
	font-size: 14px;
	color: #FEDA3D;
	font-weight: bold;
}

#container {
	width: 80%;
	border: 0;
}

#header {
	text-align: right;
	font-size: smaller;
}

#footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #FEDA3D;
}

/* SEARCH PAGE STYLES */

#searchoptions {
	width: 100%;
	clear: both;
	border: 1px solid #999999;
	padding: 6px;
	background-color: #ffffff;
}

.searchlabels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	color: #666666;
}

#searchyear {
	border: 1px solid #999999;
	padding: 2px;
	font-size: smaller;
	text-align: center;
}

#searchyear th {
	font-size: medium;
}

/* RESULTS LIST PAGE STYLES */

#resultslist {
	width: 80%;
	border-collapse: collapse;
	background-color: #ffffff;
}

#resultslist th {
	background-color: #D40202;
	color: #ffffff;
	font-weight: bold;
	font-size: smaller;
	padding: 6px;
}

#resultslist td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-bottom: 3px double #333333;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin: 0;
	padding: 2px;
}

#resultslist a {
	color: #D40202;
}

#resultslist a:visited {
	color: #990000;
}

#resultslist a:hover {
	color: #ff0000;
}

#resultslist a:active {
	color: #ff0000;
}

/* VEHICLEFILE PAGE STYLES */

.vehiclefile {
	width: 100%;
	clear: both;
	border: 1px solid #ffffff;
	background-color: #FEDA3D;
	font-weight: bold;
	font-size: smaller;
	color: #990000;
}

.vehiclefile td {
	padding: 3px;
}

.vehiclefile th {
	font-weight: bold;
	background-color: #DC0000;
	color: #ffffff;
	padding: 4px;
}

.vehiclefile a {
	color: #D40202;
}

.vehiclefile a:visited {
	color: #990000;
}

.vehiclefile a:hover {
	color: #ff0000;
}

.vehiclefile a:active {
	color: #ff0000;
}

.vehiclefilesub {
	width: 100%;
	border: 1px solid #999999;
	background-color: #ffffff;
	font-weight: normal;
	font-size: 13px;
}

.vehiclefilesub td {
	padding: 2px;
}

.vehiclefilesubmini {
	width: 100%;
	border: 1px solid #cccccc;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

#vehiclefilecontact {
	font-weight: bold;
	font-size: smaller;
	text-align: center;
	color: #FED13D;
}

.highlighted {
	font-weight: bold;
	color: #000000;
}

.regular {
	font-weight: normal;
	color: #000000;
}

/* KEEPER PAGE STYLES */

#keeper {
	width: 80%;
}

#keeper td {
	border: 3px double #ffffff;
	background-color: #FED13D;
	padding: 3px;
	font-size: smaller;
	color: #333333;
}

.keeperinfo {
	font-weight: bold;
}

.keepertext {
	text-align: center;
	color: #ffffff;
	background-color: #D40202; 
	font-weight: bold;
}