BODY, TD  { 
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #555555; 
	}

A { 
	text-decoration: none; 
	color: #162063; 
	}
	
A:LINK { 
	text-decoration: none; 
	color: 162063; 
	}
	
A:VISITED { 
	color: #162063; 
	}
	
A:ACTIVE { 
	color: #AA2233; 
	}
	
A:HOVER { 
	background-color: #EEEEEE; 
	}
	
A:FOCUS { 
	text-decoration: underline; 
	}

TH { 
	color: #BBBBFF; 
	font-size: 10pt; 
	}
	
HR { 
	height: 1px;
	color: #999999;
	}
	
INPUT { 
	color: #111177; 
	}
	
SELECT { 
	color: #111177; 
	}

.Banner {
	font-size: 11pt;
	color: #111177;
	height: 23px;
	background-color : #EEEEEE;
	border : 1px solid #111177;
	font-weight : bold;
	padding : 2px;
	vertical-align: top; 
}

.Title  { 
	font-size: 12pt; 
	color: #777777; 
	font-weight: bold; 
	height: 23px; 
	vertical-align: top; 
	}
	
.Subtitle { 
	font-size: 10pt; 
	color: #777777; 
	height: 20px; 
	font-weight: bold; 
	vertical-align: top; 
	}
	
.Small { 
	font-size:11px; 
	}
	
.SmallCenter {
	font-size: 11px;
	text-align: center;
}
		
.SmallRight { 
	font-size: 11px; 
	text-align: right; 
	}
	
.AttentionRed { 
	color: #FF0000; 
	}
	
.WhiteBack { 
	background-color: #FFFFFF 
	}
	
.GreyBack { 
	background-color: #EEEEEE 
	}
	
.LightBlueBack { 
	background-color: #EEEEFF 
	}

.SmallWhiteBack { 
	background-color: #FFFFFF; 
	font-size:11px; 
	}
	
.SmallGreyBack { 
	background-color: #EEEEEE; 
	font-size:11px; 
	}
	
.SmallLightBlueBack { 
	background-color: #EEEEFF; 
	font-size:11px; 
	}

.SmallRightGreyBack { 
	background-color: #EEEEEE; 
	font-size:11px; 
	text-align: right; 
	}

.TabBorder { 
	border: #111177 1px solid; 
	background-color: #ffffff; 
	vertical-align: top; 
	}
	
.TabBorderGrey { 
	border: #111177 1px solid; 
	background-color: #eeeeee; 
	vertical-align: top; 
	}

.LeftNav { 
	font-size:11px; 
	vertical-align: top; 
	}

.SpecTableHeader { 
	color: #333333; 
	background: #DDDDDD; 
	}
	
.SpecTable { 
	background: #EEEEEE; 
	}