/* Global Styles */

body, tr, td, form, a, b  {
	margin:0;
	font-size : 12px;
	font-family : arial, helvetica;
}

hr {
	height:1px;
	color: #0099ff;
	border-style : dashed;
	border-width : 1px;
}

a {
	color: #0000FF;
	font-weight : bold;
}

a:hover {
	color: #f8d94b;
}

a:visited {
	color: #666666;	
}
a.linkBold:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.linkBold:hover  {
	color: #f8d94b;
	font-weight: bold;
	text-decoration: none;
}
a.lnkLite:hover  {
	color: #f8d94b;
}
.tagWh{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
.hdrWht{
	font-size: 14px;
	color: #FFFFFF;
}
.hdrBlk{
	font-size: 14px;
	color: #000000;
}
.hdrBlu{
	font-size: 14px;
	color: #0000FF;
}
.txtWh{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.txtWhLk{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.txtBl{
	font-size: 12px;
	color: #000000;
}
.txtGrDk{
	font-size: 12px;
	color: #666666;
}
.txtBlu{
	font-size: 12px;
	color: #0000FF;
}
.pageHeader{
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica;
	line-height:26px;
	letter-spacing:.1em;
	font-weight : bold;
}
.subText{
	font-size: 9px;
	color: #0000FF;
}
.bg_wht {
	background-color : #FFFFFF;	
}
.bg_ylw {
	background-color : #f8d94b;	
}
.bg_blue {
	background-color : #0000FF;	
}
.bg_blueLt {
	background-color : #f1fbf9;	
}
.bg_grey {
	background-color : #CCCCCC;	
}
.bg_greyDk {
	background-color : #999999;	
}
