/* CSS Document */

html { /* Stop background flicker in IE 6 Bug: http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker */
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

.pdf-link {
background-image:url(../images/pdf-file.png);
		background-repeat:no-repeat;
		padding-left:20px !important;
		display:block;
		height:20px;

}

body,td,tr  {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.ftrSmallerText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.heading,h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 0px;
}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 0px;
}
.frmbutton {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #649083;
	font-weight: bold;
}
.subLink {	color: #FFDF9C;
	font-weight: bold;
		font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.mainTable{
	border: 1px solid #000000;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
		text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
		text-decoration: none;
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.linkHighlighted:link {
	color: #336666;
	text-decoration: none;
	font-weight: bold;
}
a.linkHighlighted:visited {
	color: #336666;
	text-decoration: none;
	font-weight: bold;
}
a.linkHighlighted:hover {
	color: #336666;
text-decoration: underline;
	font-weight: bold;

}
a.linkHighlighted:active {
	color: #336666;
	text-decoration: none;
	font-weight: bold;
}

.menuHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	visibility:hidden;
}
div.scroll {	height: 333px;	
width: 100%;	overflow: auto;	
border: 0px solid #ffffff;	
padding: 0px 0px 0px 2px;}
