html, body{ 
 margin:0; 
 padding:0; 
 text-align:left; 
 background-color: #FFF;
 color : #000;
}
/* BEGIN GLOBAL CLASSES */
.container {
	background-color: #FFF;
	color: #000;
	font-family: Arial;
	font-size: 12px;

}

.title {
	color: #000;
	font-family: Verdana;
	font-size: xx-large;
	padding: 0px 0px 10px 0px;
}
.body{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer {
	background: #07639C;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	text-align: center;
}
/* BEGIN CAT LINK PAGES*/

table.catpage {
	width: 100%;
	/*background-color:#eee;
	border:1px solid #528533;*/
}
table.catpage td.title {
	background-color:#07639C;
	font-weight:bold;
	color:#FFFFFF;
	padding: 1px 0px 1px 4px;
}
table.catpage td.body {
	background-color:#eee;
	padding: 0px 5px 0px 15px;
	font-weight: bold;
	font-size:12px;
}

table.catpage td.body span.jobtitle {
	color:#528533;
	font-weight: bold;
	font-style: italic;
	font-size:12px;
}

table.catpage td.body a:link,
table.catpage td.body a:visited,
table.catpage td.body a:active {
	text-decoration:none;
	font-weight: bold;
	color:#7E2A88;
}
table.catpage td.body a:hover {
	text-decoration:underline;
	font-weight: bold;
	color:#7e2a88;
}

/* END CAT LINK PAGES*/

.label{
	color: #000;
	font-family: Tahoma, Arial;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	padding-right: 10px;
}
img {
	border: 0px;
}