@charset "utf-8";

.justify {
	text-align: justify;

}

th {
	text-align: center;

}

a:visited {
	color: #3399cc;
}
a:active {
	color: #336699;
}


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #69C;
	line-height:18px;
	color:#26354A;
	/* letter-spacing:.1em; */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.caption {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
}

.legal {
	font-size: xx-small;
	color: #333333;
}

.tagline {
	color: #D3DCE6;
	line-height:16px;
}
	
.detailText {
	line-height:16px;
	color:#26354A;
	letter-spacing:.1em;
	}
	
.pageName {
	font:24px Arial, Helvetica, sans-serif;
	color: #FF6600;
	letter-spacing:.2em;
	line-height:32px;
	}
	
.subHeader {
	color: #2D374D;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
}

input.number {
	font-size: xx-small;
	text-align:right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	font-weight: bold;
} 

.tableText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	line-height: 11px;
	padding-top: 5px;
	padding-bottom: 5px;

}
