@charset "utf-8";
/* Global CSS Document */

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D6D6D6;
	font-family: BankGothic Lt BT, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
		
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

a img {
   border: 0;
   }

.main_content
{
	background-color: #ffffff;
	height: 575px;
}

.border_left
{
	background-image: url(/img/bg/left_bdr.jpg);
	background-repeat: repeat-y;
}

.border_right
{
	background-image: url(/img/bg/right_bdr.jpg);
	background-repeat: repeat-y;
}

.border_btm
{
	background-image: url(/img/bg/btm_bdr.jpg);
	background-repeat: repeat-x;
}

.footer
{
	color: #000000;
	font-size: 11px;
}
.main_top
{
	background-color:#FFFFFF;
}
.copy
{
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
vertical-align: top;
}
.partners_subnav
{
	padding-top: 30px;
}

ul
{
list-style-position: inside;
list-style-image: url(/img/arrows.jpg);
margin-left: 20px;
margin-top: 15px;
margin-bottom: 15px;
}

li
{
margin: 5px;
}
.textfield{ 
 width: 100px;
 font-size: 11px;
 color: #000000; 
 background-color: #FFFFFF; 
 border: 1px solid #D6D6D6; 
}

#TICKER {
   background-color: #000000;
   overflow: hidden; 
   width: 990px;
   margin-left: 5px;
   padding: 0px 0 5px 0;
   height: 20px;
}

#TICKER_BODY span{
   font-weight: bold;
   margin-left: 20px;
}

#TICKER_BODY span {
   color: #ffffff;
}

#TICKER_BODY span em {
   font-style: normal;
}

#TICKER_BODY span.up em {
   color: #00ff00;
}

#TICKER_BODY span.down em {
   color: #ff0000;
}

td.tickercontainer {
height: 24px !important;
overflow: hidden;
   line-height: 24px !important;
}

div.ticker {
   z-index: 2;
   position: relative;
   height: 24px;
   width: 30px;
   margin: 0px !important;
   margin-bottom: -25px !important;
}

div.ticker.left{
   float: left;
   position: relative;
   left: 5px;
   background: transparent url(/img/ticker/leftbar.png) top left no-repeat;
}

div.ticker.right {
   float: right;
position: relative;
right: 10px;
   background: transparent url(/img/ticker/rightbar.png) top left no-repeat;
}

img.ticker.shadow{
   float: right;
   z-index: -2;
   width: 30px;
   height: 25px;
   margin: 0 0 0 0;
   left: -30px;
   position: relative;
   }


