
/* ANCHORS */

a:active.linkHeader, a:visited.linkHeader, a:link.linkHeader
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: "#0092EA";
}
a:hover.linkHeader
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: "#0092EA";
}
a:active.pdfLink, a:visited.pdfLink, a:link.pdfLink
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: "#0092EA";
}
a:hover.pdfLink
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: "#0092EA";
}

/* TABLES */

td.stretcher
{
	width: 100%;
	background-color: #0198F4;
}
td.headerLine
{
	background-image: url(rkLine.gif);
	background-repeat:repeat-y;
	height: 10px;
}
td.footerLine
{
	background-image: url(rkLine5.gif);
	background-repeat:repeat-y;
	height: 10px;
}
td.separator
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: "#0092EA";
}
td.jobsHeader
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: "#FFFFFF";
	background: "#079FFF";
	padding: 0px;
}
td.position
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	background: "#D6EFFD";
	color: "#000000";
}
td.description
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	background: "#D6EFFD";
	color: "#000000";
}
td.date
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background: "#DCF2FE";
	color: "#003D64";
	text-align:center;
}
td.event
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	background: "#DCF2FE";
	color: "#000000";
}

/* LISTS */

ul.body
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: "#000000";
	list-style-image: url(listButton.gif);
	line-height: 15px;
	
}