					body {
						   	background-image: url(/images/header_bg.gif);
   							background-repeat: repeat-x;
   							text-align:center;
   							padding:0;
   							margin:0;
   							font-family:'Trebuchet', Sans-Serif;
   							color:#014F79;
   							}
   					
   					a {
   							font-size:1em;
   							color:#014F79;
   							}
   					
   					img {
   							border:0;
   							}

   					
   					.stock_wrapper {
   						   	background-image: url(/images/header.gif);
   							background-repeat:no-repeat;
   							background-position:top center;
   							padding-top:100px;
   							}
   					
   					.stock {
   							text-align:left;
   							margin: 0px auto;
   							width:780px;
   							background-image: url(/images/table_sides.gif);
   							background-repeat:repeat-y;
   							}
   					
   					.stock_header {
   							text-align:left;
   							margin: 0px auto;
   							width:780px;
   							}
   							
   					.stock_header td {
   							padding:0px 0px 0px 0px;
							margin:0px;
							border-width: 0px 0px 0px 0px;
   							}
   					.stock_header img {
   							padding: 0px 0px 0px 0px;
   							border:0;
   							vertical-align:-50%;
   							}
   					
   					.table_wrap {
   							padding:0px 10px 0px 30px;
   							}
   					
   					.table_wrap a {
   							color:#00B3BA;  	
   							font-weight:bold;
   							text-decoration:none;			
   							}
   							
   					.table_wrap a:hover {
   							text-decoration:underline;			
   							}
   					
   					.section p {
   							border-bottom: solid 7px #EAE4C6;
   							vertical-align:50%;
   							}
   					
   					.section {
   							width:780px;
   							text-align:left;
   							margin: 0px auto;
   							font-size:1em;
   							font-weight:bold;
   							color:#014F79;
   							}
   					
   					.section img {
   							vertical-align:-50%;
   							padding: 0px 5px 3px 0px;
   							}
   					
					table {							
							padding:0px;
							margin: 0px;
							border-width:0px;
							border-spacing: 0px 0px;
							border-collapse: collapse;							
   							
							}
					
					td {
							padding:10px 5px 0px 0px;
							margin:0px;
							border-width: 0px 0px 1px 0px;
							border-style:solid;
							border-color:#00B3BA;
							-moz-border-radius: 0px;
							}
							
					.table_headings {
							color:#606060;
							font-weight:bold;
							vertical-align:top;
							border-width:0px;
							}
							
					.table_headings_small {
							color:#606060;
							font-weight:bold;
							font-size:0.7em;	
							border-width:0px;						
							}
					
					.table_left_bar {
							 border-left: solid 7px #EAE4C6; 
							 padding-left:5px;
							 }
					
					.section td {
							border-width:0px;
							font-size:0.8em;
							font-weight:normal;
							}
					
					.headers_right {
							font-size:1.5em;
							font-weight:normal;
							color:#b8d0d1;
							float:right;
							padding:0px 0px 0px 10px;
							}
					
					.headers_right a {
							font-size:0.7em;
							font-weight:bold;
							}

					.news {
							font-family:'Trebuchet', Sans-Serif;
							font-size:12px;
							font-weight:normal;
   							color:#014F79;
   							}
   							
   					.news a {
		   					font-family:'Trebuchet', Sans-Serif;
							font-size:12px;
							font-weight:normal;
   							color:#014F79;
   							text-decoration:underline;
   							}
   							
					.error {
						color:red;
						padding-left:110px;
						}
					
					.success {
						color:green;
						padding-left:110px;
						}
					
					.loading {
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 14px;
						font-style: normal;
						font-weight: bold;
						color: #FFFFFF;
						background-color: #990000;
						border: 1px solid #333333;
						padding-right: 5px;
						padding-left: 5px;
						padding-top: 2px;
						padding-bottom: 2px;
						}
   						
   					