					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:#1E5A37;
   							}
   					
   					a {
   							font-size:1em;
   							color:#1E5A37;
   							}
   					
   					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;
   							}
   					
   					.table_wrap {
   							padding:0px 10px 0px 30px;
   							}
   					
   					.table_wrap a {
   							color:#751700;
   							font-weight:bold;
   							text-decoration:none;			
   							}
   							
   					.table_wrap a:hover {
   							text-decoration:underline;			
   							}
   					
   					.section p {
   							border-bottom: solid 7px #C5DDC5; 
   							vertical-align:50%;
   							}
   					
   					.section {
   							width:780px;
   							text-align:left;
   							margin: 0px auto;
   							font-size:1em;
   							font-weight:bold;
   							color:#1E5A37;
   							}
   					
   					.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:#751700;
							-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 #C5DDC5; 
							 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;
							}
					
					.error {
						color:red;
						padding-left:110px;
						}
					
					.success {
						color:green;
						padding-left:110px;
						}
					
   						
   					