body,html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
a:link {
	color: white;
	text-decoration: none;
	}
a:visited {
	color:white;
	text-decoration: none;
	}
a:hover {
	color:blue;
	text-decoration: none;
	}
a:active {
	color:none
	text-decoration: none;
	}

a.hidden {
  	color:#0099CC;
  	font-weight:bold;
  	text-decoration:none;
	}

a.hidden:visited {
  	color: #000000;
  	text-decoration: none;
	}

a.hidden:hover {
	color:#000000;
	text-decoration: none;
	font-size:13px;
	}

a.hidden:active {
	color:#FF0000;
	text-decoration: none;
	}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color:#0000FF;
	}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	}


.list	{
	font-size:11px;
	}

.listtop{
	border-bottom:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	font-weight:bold;
	background-color:#CCCCFF;
	}

.statustitle {  
	font-size: 24px; 
	font-weight: 
	normal; 
	color: #ffffff;
	background-color:#B5CBEF;
	text-align:left; 
	}

.banner {  
	font-size: 24px; 
	font-weight: normal; 
	color: #00497C;	
	background-color:#B5CBEF;
	background-image:url('tile_sub.gif');
	text-align:center; 
	border-color:#000066;
	border-width :2px;
	border-style:outset;
	}

.redtext{
	color:red
	}
.required {
	color:red;
	font-size: 14px; 
	}

.LRborder {
	
	border-color: black;
	border-style: solid;	
	border-top-width: 0;
	border-bottom-width: 0;
	border-right-width: 1;
	border-left-width: 1;
	border-vertical-width: 1;
	}

.TblTitle {
	font-size: 18px; 
	font-weight: bold; 
	color: black;
	text-align: center;
	}
	
.TblTitleDoc {
	font-size: 24px; 
	font-weight: bold; 
	color: black;
	align: center;
	}
	
.TblRowBold {
	font-size: 12px; 
	font-weight: bold; 
	color: black;
	text-align: left;
	}
	
.TblRow {
	font-size: 12px; 
	font-weight: normal; 
	color: black;
	text-align: left;
	}

.TblRowFN {
	font-size: 10px; 
	font-weight: normal; 
	color: black;
	text-align: left;
	}
	
.TblBanner {
	font-size: 12px; 
	font-weight: bold; 
	color: white;
	background-color:black;
	text-align: left;
	}
	
.bluetext{
	color:blue
	}
	
.centertbl {  
	font-size: 14px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	color:black;	
	background-color:#EFF3F7;
	border-color:black;
	border-width :2px;
	border-style:outset;
	padding:0px;
	}

.nbcentertbl {  
	font-size: 14px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	color:black;	
	background-color:#EFF3F7;
	border-width:0px;
	padding:0px;
	}
	
.inputtbl {  
	font-size: 14px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	color:black;	
	background-color:#EFF3F7;
	border-width:0px;
	padding:0px;
	text-align: left;
	}	
	
.ErrorMesg {  
	color:#FF0000;
	font-size: 14px; 
	font-weight:bold;		
	text-align:center; 
	}

.ErrorMesg14 {  
	color:#FF0000;
	font-size: 14px; 
	font-weight:normal;		
	text-align:center; 
	}
	
.MB	{
	color:blue;
	font-size: 18px;
	font-weight: bold;
	}
.Tool	{
	color:#00497C;
	font-size: 24px;
	font-weight: bold;
	}
.DocTableNone {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: white white white white;
	border-collapse: collapse;
	background-color: white;
	}