html,body, #wrapper {
	margin:0;
      	padding:0;
      	height:100%;
     	border:none
	background-color: #333333;
	font-family: arial;
}
body{
	background-color: #333333;
}
body.form {
	background-color: #333333;
}
img{
	border: 0;
}
	
a:link {
	font: normal 11px/1.35; 
	color: #00627E; 
	text-decoration: none; 
	}

a:active {
	font: normal 11px/1.35; 
	color: #333; 
	text-decoration: none;
	}

a:visited {
	font: normal 11px/1.35; 
	color: #666; 
	text-decoration: none;
	}

a:hover {
	font: normal 10px/1.35; 
	color: #F18315; 
	text-decoration: underline;
	}

.bigtext {
	font-size: 15px; 
	color: #000; 
	line-height: 1.35; 
	padding: 0 15px 0 15px; 
	text-align: left;
	}
	
.text {
	font-size: 12px; 
	color: #000; 
	line-height: 1.35; 
	padding: 0 15px 0 15px; 
	text-align: left;
	}

.subtext {
	font-size: 10px; 
	color: #000; 
	line-height: 1.35; 
	padding: 0 15px 5 10px; 
	text-align: left;
	}

.links {
	font-size: 10px; 
	color: #333; 
	line-height: 1.35; 
	padding: 0 10px 20px 10px; 
	}

	
div.tickConta {
	width: 337px;
	height: 190px;
	margin: 21px 0 0 8px;
	padding: 0;	
	float: left;
}
	
	div.ticker { 
		position: relative; 
		overflow: hidden; 
		width: 337px;
		}
		
		img.arrow {
			margin: 0;
			padding: 0;
			float: left;
		}
		
		img.dottedLine { 
			margin: 0 0 0 3px;
			width: 3px;
			height: 104px; 
			float: left;
			}
			
		div#sTicker { 
			height: 190px; 
			margin: 0;
			}
			
		div.ticker div.tickerControl { 
			float: right; 
			width: 10px; 
			height: 122px;
			padding: 0; 
			margin: 0; 
			}
			
		div.ticker div.tickContent { 
			position: relative;
			float: left; 
			top: 0; 
			}
			
		div.ticker div#sContent { 
			width: 311px; 
			height: 190px;
			float: left;
			padding: 0;
			}
			
		div.ticker div.tickContent div { 
			clear: both;
			margin: 0;
			padding: 0;
			}
			
		div.ticker div.tickContent img { 
			float: left; 
			}
			
		div.ticker div.tickContent h2, div.ticker div.tickContent p { 
			margin: 0 0 5px 0;
			}
			
		div.ticker div.tickContent p { 
			padding-bottom: 5px;
			}
			
		div.ticker div.tickContent h2 { 
			display: inline;
			font-size: 11px; 
			font-weight: normal;
			}
			
		div.ticker div#sContent { 
			padding-left: 0; 
			text-align: left;
			}
			
form {
	font-size: .8em;
	color: #fff;
}