@charset "UTF-8";
/* CSS Document */

table {
	
	
	}

th {
	padding: 0 0.5em;
	text-align: left;
	}

tr.blue_top td {
	border-top: 1px solid #666666;
	}
tr.blue_bottom td  {
	border-bottom: 1px solid #666666;
	}
td.blue_left  {
	border-left: 1px solid #666666;
	}
td.blue_right  {
	border-right: 1px solid #666666;
	}
tr.blue_all td{
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	}	


td+td {
	
	text-align: left;
	}
	


.oneColFixCtrHdr #header {
	background-image: url(../affiliate_images/dome-finance.jpg);
	background-repeat:no-repeat;
	height: 115px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}


.App_bg_colour {
background-color: #666666;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.content a:link {
	text-decoration: underline;
	color: #666666;
}

.content a:visited {
	text-decoration: underline;
	color: #666666;
}
.content a:hover {
	text-decoration: none;
	color: #333333;
}
.content a:active {
	text-decoration: underline;
	color: #333333;
}


	
	

	