body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000033;
	margin: 0px;
}
.header_bg {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
}
.float_left {
	float: left;
	border: none #979937;
	margin-right: 6px;
	margin-bottom: 1px;
	margin-left: 0px;
}
H1 {
	color: #A1A34A;
	font-size: 24px;
}
.copyright {
	font-size: 10px;
	color: #666666;
}
.form {
	color: #9EA043;
	background-color: #0F1130;
	border: 0px none;
}
.table_details {
	border: 2px solid #979937;
}
.cell_details_header {
	background-color: #CCCCCC;
	font-size: medium;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

.cell_details {
	background-color: #CCCCCC;
	font-size: medium;

	color: #000066;
	text-decoration: none;
}
.text_small {
	color: #666666;
	font-size: 9px;
}
.text_white {
	color: #FFFFFF;
	font-size: 12px;
}


/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(ajaxtabs/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(ajaxtabs/shadeactive.gif);

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
a.goldhome:link {
	color: #A1A34A;
}

a.goldhome:visited {
	color: #A1A34A;

}

a.goldhome:hover {
	color: #A1A34A;

}

a.goldhome:active {
	color: #A1A34A;

}
.ticker {

	color: #FFFFFF;
	font-size: 13px;
}
.border {
	border: 1px solid #9EA043;
}
.subhead {
	font-size: 16px;
	font-weight: bold;
}
.fauxlink {
	color: #000099;
	text-decoration: underline;
	font-size: 16px;
}
.border_blue {

	border: 3px solid #0F1130;
}
.tableborder_topleft {
	background-image: url(images/table/top_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 15px;
	height: 22px;
}
.table_btm_right {
	background-image: url(images/table/btm_right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.table_center_left {
	background-image: url(images/table/center_left.png);
	background-repeat: repeat-y;
	background-position: left;
}
.table_center_right {
	background-image: url(images/table/center_right.png);
	background-repeat: repeat-y;
	background-position: right;
}
.heading_indented {
	font-size: 24px;
	color: #0F1130;
	margin-left: 16px;
}

.tableborder_topright {
	background-image: url(images/table/top_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 17px;
	height: 22px;
}
.tableborder_top_center {
	background-image: url(images/table/top_center.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 22px;
}
.table_center {
	background-image: url(images/table/center.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.table_btm_left {
	background-image: url(images/table/btm_left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 22px;
	width: 15px;
}
.table_btm_center {
	background-image: url(images/table/btm_center.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.heading_indented_small {
	font-size: 14px;
	color: #0F1130;
	margin-left: 16px;
	font-weight: bold;
}

