/* Global Styles */

body {
	margin:0px;
	background-image: url('images/blkgrey_bg.jpg');
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #333333;
	text-decoration:underline;
	font-weight:bold;
	}
.catlistmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 50px;
	line-height: 14px;
}
.table-H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
}

	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:11px arial;
	color: #FFFFFF;
	text-decoration:none;
	letter-spacing:0.1em;
	font-weight: normal;
	}
	
#navigation a:hover {
	color: #CC0000;
	text-decoration:underline;
	}
a:visited {
	color: #333333;
}

#padding {
	padding:20px 5px 20px 5px;
	}
#P803table {
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-top: 0px;
}

/* Class Styles */

.headerBar {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.headoffice {
	font:14px/18px Arial, Helvetica, sans-serif;
	color: #333333;
	padding-left: 18px;
	vertical-align: top;
	}
	
.bodyText {
	font:13px/18px Arial, Helvetica, sans-serif;
	color:#333333;
	padding-right: 0px;
	}
	
.pageName {
	font:bold 20px arial;
	color: #CC0000;
	letter-spacing:0.1em;
	padding-top: 25px;
	}
	
.subHeader {
	font:bold 18px/20px Arial, Helvetica, sans-serif;
	color: #CC0000;
	letter-spacing:0.1em;
	padding-left: 50px;
	}

/* ---- TABLE STYLES ---- */

.datatable {
	margin: 10px 0 10px 0;
}

.datatable th {
background-color:#cc3300;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
}

.tablepadding {
padding: 0 50px 20px 50px;
}

.grey {
background-color: #999999;
}

tr.grey td {
border-top: 1px solid #000;
height: 30px;
}

.white {
background-color: #fff;
}

.vtop {
 vertical-align: top;
 text-align: right;
 }

.wborder {
border-top: 1px solid #fff;
}

tr.grey td.noborder {
border-top: 0;
border-bottom: 0;
border-right: 0;
}

p.bodyText a {
color: #3366FF;
}

p.bodyText a:hover {
color: #CC3300;
}

/* NEW STUFF -- NAV LIST MENU 24/05 */

#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0 23px 0 0;
	margin: 0;
	text-transform: uppercase;
	/*border: 1px solid white;*/
}

ul#navlist {
	padding: 0;
	margin: 0;
	/*border: 1px solid black;*/
	text-align: center;
}

td#navigation {
	font:11px arial;
	color:#333333;
	height: 30px;
	}


