﻿
/* -Version 1.0 CSS-*/
body
{
 background: #99ad9a url('/webs/disneystreets/Images/bg.jpg') repeat-x;/*b3a96b*/
}
.green_title {
	font-family: "Arial Black";
	font-style: italic;
	color: #009900;
	font-size: 10pt;
}
.txt_content {
	font-family: "Arial";
	font-size: 10pt;
	color: #000000;
}
.txt_hyperlinks {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}
.black_title {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.txt_letterFooter {
	font-family: Arial;
	font-size: 8pt;
	/*font-style: italic;*/
	color: #01491e;
	font-weight: bold;
	padding:0 10px 0 10px;
}
.table_header {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}
.txt_cellContent {
	font-family: "Arial";
	font-size: 10pt;
	color: #000000;
	width: 200px;
}
.txt_cellContentWide {
	font-family: "Arial";
	font-size: 10pt;
	color: #000000;
	width: 400px;
}


/* New CSS */



.background {
	background-image: url(/webs/disneystreets/Images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	
}