body, td, th, p, pre {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 10pt;
	color : CCCCCC;
	line-height: 18px;
	}
	
body {
	background-color : #999999;
	margin : 0px;
	padding : 0px;
	text-align : left;
	}
	
.gray {
	/* light gray text */
	color : #BDBEC0;
	}

p {
	margin : 5px;
	color : 666666;
	font-size : 10pt;
	margin-bottom : 18px;
	}

p.breadcrumb {
	margin : 5px;
	color : 00597C;
	font-size : 11pt;
	font-weight : strong;	
	margin-bottom : 10px;
}
.white {
	/* white text for body copy */
	color : #FFFFFF;
	}
	
.callout {
	color : #999999;
	font-weight : strong;	
}
	
.caption {
	font-size : 8px;
	}
	
a {
	color : #006699;
	text-decoration: none;
	}

a:active {
	color : #707277;
	text-decoration: none;
	}

a:hover {
	color : #006699;
	text-decoration: underline;
	}

/*
a:visited {
	color : #707277;
	text-decoration: none;
	}
*/	

.blue {
	font-size : 10px;
	color : #006699;
	text-decoration: none;
	}	
	
a.blue {
	color : #006699;
	text-decoration: none;
	}
	
a.blue:active {
	color : #006699;
	text-decoration: none;	
	}

a.blue:hover {
	color : #006699;
	text-decoration: underline;
	}

a.blue:visited {
	color : #006699;
	text-decoration: none;
	}
