
/* general formatting */
body {
	background-color:#E7E3C3;
	background-image: url(../Images/background_body.jpg);
	margin:0 8 0 8;
}

.bg1 {
	background:#592149;
}




/* text styles */
td,div {
	color:#666666;
	font-size:11px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
}

td a {
	color:#666666;
}

td strong a {
	color:#A2552C;
	text-decoration:none; 
}

td strong a:hover {
	text-decoration:underline; 
}

.txtHighlight {
	font-weight:bold;
	color:#00B2F0;
}

.txtHighlightLink {
	text-decoration:none; 
	border-bottom:1px solid #999999;
	line-height:21px;
}

.txtHighlightLink:hover {
	border-bottom:1px solid #A2552C;
	color:#A2552C;
}




/* content specific styles */
#contentScroll {
	width:360px; 
	height:380px; 
	margin-left:10px; 
	padding-right:4px;
	overflow:auto;
}

#tableContent {
	background:#E7E7E8 url(../Images/background_table_content.gif) repeat-x;
}

#tableInfo td {
	border-bottom:1px solid #ffffff;
	padding:2px 1px 2px 3px;
	vertical-align:top;
}

#tableInfo .cellHighlight {
	background-color:#dddddd;
}

#tickerIFrame {
	width:770px; 
	height:18px; 
	overflow:hidden;
}

#tickerContainer {
	position:absolute; 
	overflow:hidden;
	top:0px;
	width:755px; 
	margin-left:0px;
}

#ticker {  
	position:absolute;
	margin-top:0px;
	left:0px;
	top:0px;
	width:755px;
	height:15px;
	color:#ffffff; 
	font-size:12px; 
	white-space:nowrap;	
}

#ticker a { 
	color:#ffffff; 
	font-size:12px; 
}

#ticker a:visited { 
	color:#956789; 
}

#formTable {
	margin-top:10px;
}
#formTable td {
	padding-bottom:5px;
}
#formTable .inputDefault {
	width:220px;
	/*border:1px solid #666666;*/
	font-size:12px;
}