/* spacer */

.xxxxxx {
font-family : Verdana;
}
	
	
/* header and instructional text elements */

	.text {
		font-weight : normal;
		color : #000000;
		font-family : tahoma, arial, san-serif;
		font-size : 12px;
		text-align : left;
		line-height : 18px;
	}
	
	.textdates {
		font-weight : normal;
		color : #000000;
		font-family : tahoma, arial, san-serif;
		font-size : 12px;
		text-align : left;
		line-height : 18px;
		white-space: nowrap;
	}
	
	.subbold {
		font-weight : bold;
		color : #1D4568;
		font-family : tahoma, arial, san-serif;
		font-size : 14px;
		text-align : left;
		line-height : 18px;
	}	
	
	.sub {
		font-weight : normal;
		color : #1D4568;
		font-family : tahoma, arial, san-serif;
		font-size : 14px;
		text-align : left;
		line-height : 18px;
	}
	
	.italic {
		font-weight : normal;
		font-style : italic;
		color : #000000;
		font-family : tahoma, arial, san-serif;
		font-size : 12px;
		text-align : left;
		line-height : 18px;
	}
	
	
	.textlarge {
		font-weight : normal;
		color : #000000;
		font-family : tahoma, arial, san-serif;
		font-size : 14px;
		text-align : left;
		line-height : 20px;
	}
	
	.textchart {
		font-weight : normal;
		color : #000000;
		font-family : tahoma, arial, san-serif;
		font-size : 12px;
		text-align : left;
		line-height : 15px;
	}
	
	.textcenter {
		font-weight : normal;
		color : #000000;
		font-family : tahoma, arial, san-serif;
		font-size : 12px;
		text-align : center;
		line-height : 18px;
	}
	
	.confirmtext {
		font-weight : bold;
		color : #FFFFFF;
		font-family : tahoma, arial, san-serif;
		font-size : 12px;
		text-align : center;
		line-height : 18px;
	}
	
	.textcenterbold {
		font-weight : bold;
		color : #000000;
		font-family : tahoma, arial, san-serif;
		font-size : 12px;
		text-align : center;
		line-height : 18px;
	}
	
	.textbold {
		font-weight : bold;
		color : #000000;
		font-family : tahoma, arial, san-serif;
		font-size : 12px;
		text-align : left;
		line-height : 18px;
	}

	.textboldsmall {
		font-weight : normal;
		color : #000000;
		font-family : tahoma, arial, san-serif;
		font-size : 11px;
		text-align : left;
		line-height : 18px;
	}
	
		.textboldwhite {
		font-weight : bold;
		color : #ffffff;
		font-family : tahoma, arial, san-serif;
		font-size : 11px;
		text-align : center;
		line-height : 15px;
	}
	

	.textboldlarge {
		font-weight : bold;
		color : #000000;
		font-family : tahoma, arial, san-serif;
		font-size : 14px;
		text-align : center;
		line-height : 21px;
	}	
	
	.textsmall {
		font-weight : normal;
		color : #000000;
		font-family : tahoma, arial, san-serif;
		font-size : 11px;
		text-align : left;
		line-height : 15px;
	}
	
	.texttiny {
		font-weight : normal;
		color : #666666;
		font-family : tahoma, arial, san-serif;
		font-size : 9px;
		text-align : left;
		line-height : 12px;
	}
	
    .header {
		font-weight : normal;
		color : #000000;
		font-family : tahoma, arial, san-serif;
		font-size : 16px;
		text-align : left;
		line-height : 22px;
	}
	
	.headercenter {
		font-weight : normal;
		color : #000000;
		font-family : tahoma, arial, san-serif;
		font-size : 16px;
		text-align : center;
		line-height : 22px;
	}
	
	.headerbold {
		font-weight : bold;
		color : #000000;
		font-family : tahoma, arial, san-serif;
		font-size : 16px;
		text-align : left;
		line-height : 22px;
	}
	
		
	.headerboldCtr {
		font-weight : bold;
		color : #000000;
		font-family : tahoma, arial, san-serif;
		font-size : 16px;
		text-align : center; 
		line-height : 22px;
	}
	
	.textleft {
		font-weight : normal;
		color : #000000;
		font-family : tahoma, arial, san-serif;
		font-size : 12px;
		text-align : left;
	}
	
	.textright {
		font-weight : normal;
		color : #000000;
		font-family : tahoma, arial, san-serif;
		font-size : 10px;
		text-align : right;
		line-height : 14px;
	}

	
	.textcenteritalic {
		font-weight : normal;
		font-style : italic;
		color : #000000;
		font-family : tahoma, arial, san-serif;
		font-size : 10px;
		text-align : center;
		line-height : 14px;
	}
	
	a {
		color: #004A80;
		text-decoration : none
	}		
	
	a:hover {
		text-decoration : underline;
		color: #004A80 
	}
	
	a:link { 
		text-decoration: none; 
		color: #004A80 
	}
	a:visited { 
		text-decoration: none; 
		color: #004A80 
	}

.text .text {
	font-weight: bold;
	text-align: left;
}
