/* CSS Document */
	.bar {
	height: 27px;
	background-image: url(/images/bg_right_hdr.gif);
	background-repeat: repeat-x;
}
h3 {
	font-size: 16px;
	margin-bottom: -10px;
	font-family: Arial, Verdana, sans-serif;
}
a:link, a:active, a:visited {
	color: #4198CA;

}
a:hover {
	color: #999999;
	text-decoration: none;
}
a.updates:link, a.updates:active, a.updates:visited {
	color: #4198CA;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.updates:hover {
	color: #999999;
	text-decoration: none;
	font-family: Arial, Verdana, sans-serif;
}

a.greyLink:link, a.greyLink:active, a.greyLink:visited {
	color: #999999;
	text-decoration: none;	
}
a.greyLink:hover {
	color: #CCCCCC;
	text-decoration: none;	
}
.table {
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.tdGrey {
	background-color: #F3F3F3;
}
.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #006199;
	font-family: Arial, Verdana, sans-serif;
}
.blue {
	color: #006199;
}
.th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
}
.btn {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006199;
	border-right-color: #006199;
	border-bottom-color: #006199;
	border-left-color: #006199;
	font-size: 11px;
	font-weight: bold;
	color: #006199;
}
.greyBdr {
	border: 1px solid #CCCCCC;
}