/* basic elements */
body { 
	color: #231f20; 
	background-color: #dad5bc;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
a:link { 
	color: #231f20;
	}
a:visited { 
	color: #231f20;
	}
a:hover, a:active { 
	color: #854C4F;
	}	


.navtext	{
	color:#231f20;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	text-decoration:none;
	}

.contentheader	{
	color:#A7802D;
	font-variant:small-caps;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:19px;
	}
	
.contentdate	{
	color:#854C4F;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:13px;
	}
	
.contenttext	{
	color:#231f20;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
.contenttable	{
	color:#231f20;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:3px;
	}
	
.contenttable2	{
	color:#231f20;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:3px;
	}
	
.contenttitle	{
	color:#231f20;
	text-align:justify;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	}
		
.stockquote	{
	color:#231f20;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#b9bbc7; 
	}
	
.footer	{
	color:#231f20;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	}
	
/* specific divs */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 662px; /* or whatever */
	}

.logo	{
	position: absolute;
	left:15px;
	top:10px;
	z-index:2;
}

.symbol	{
	position: absolute;
	left:72px;
	top:2px;
	z-index:1;
}

.pics	{
	position: absolute;
	left:316px;
	top:2px;
}


td.tableborder	{
	border:1px solid grey;color:#231f20;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}


/* stockquote text box */
.ysnazzy {background: transparent; margin-right:10px; margin-top:15px; width:140px; float:center;}

.yb1, .yb2, .yb3, .yb4, .yb5, .yb6, .yb7 {display:block; overflow:hidden; font-size:0;}
.yb1, .yb2, .yb3, .yb4, .yb5, .yb6 {height:1px;}
.yb4, .yb5, .yb6, .yb7 {background:#b9bbc7; border-left:1px solid #b9bbc7; border-right:1px solid #b9bbc7;}

.yb1 {margin:0 8px; background:#b9bbc7; opacity: .9; filter: alpha(opacity=90);}
.yb2 {margin:0 6px; background:#b9bbc7; opacity: .9; filter: alpha(opacity=90);}
.yb3 {margin:0 4px; background:#b9bbc7; opacity: .9; filter: alpha(opacity=90);}
.yb4 {margin:0 3px; background:#b9bbc7; border-width:0 5px; opacity: .9; filter: alpha(opacity=90);}

.yb5 {margin:0 2px; background:#b9bbc7; border-width:0 4px; opacity: .9; filter: alpha(opacity=90);}
.yb6 {margin:0 2px; background:#b9bbc7; border-width:0 3px; opacity: .9; filter: alpha(opacity=90);} 
.yb7 {margin:0 1px; background:#b9bbc7; border-width:0 3px; height:2px; opacity: .9; filter: alpha(opacity=90);} 

.ycontent {
	text-align:center;
	opacity: .9; 
	filter: alpha(opacity=90); 
	font-variant:small-caps;
	color:#231f20;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	background-color:#b9bbc7; 
	}
	
/* newsletter text box */
.xsnazzy {background: transparent; margin-right:10px; margin-top:15px; width:196px; height:150px; left:452px; top:510px; position:absolute;}

.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {display:block; overflow:hidden; font-size:0;}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6 {height:1px;}
.xb4, .xb5, .xb6, .xb7 {background:#dad5bc; border-left:1px solid #dad5bc; border-right:1px solid #dad5bc;}

.xb1 {margin:0 8px; background:#dad5bc; opacity: .9; filter: alpha(opacity=90);}
.xb2 {margin:0 6px; background:#dad5bc; opacity: .9; filter: alpha(opacity=90);}
.xb3 {margin:0 4px; background:#dad5bc; opacity: .9; filter: alpha(opacity=90);}
.xb4 {margin:0 3px; background:#dad5bc; border-width:0 5px; opacity: .9; filter: alpha(opacity=90);}

.xb5 {margin:0 2px; background:#dad5bc; border-width:0 4px; opacity: .9; filter: alpha(opacity=90);}
.xb6 {margin:0 2px; background:#dad5bc; border-width:0 3px; opacity: .9; filter: alpha(opacity=90);} 
.xb7 {margin:0 1px; background:#dad5bc; border-width:0 3px; height:2px; opacity: .9; filter: alpha(opacity=90);} 

.content {
	text-align:center;
	background-color:#dad5bc; 
	opacity: .9; 
	filter: alpha(opacity=90); 
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	}
