/* ================================================================================================== */
/* Generic Style Declarations */

body	{		background-color: #cccc99;
			color: #000000;
			font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
			font-size: 11px;
			margin: 0px; }

b, strong	{	font-weight: bold; }

i, em, cite	{	font-style: italic; }

u		{	text-decoration: underline; }

abbr, acronym	
		{	border-bottom: 1px dotted #333333;
			cursor: help; }

hr		{	color: #23345C;
			height: 1px;
			background-color: #23345C;
			border: none; }

h1, h2, h3, h4, h5, h6, legend
		{	font-family: Arial, Geneva, Helvetica, sans-serif;
			color: #23345C;
			margin: 10px 0px 5px 0px; }

h1		{	font-size: 18px;
			font-weight: normal; 
			margin-top: 0px;
			padding-bottom: 5px;
			margin-bottom: 15px;
			background-image: url(/files/images/template/h_bg.gif);
			background-repeat: repeat-x;
			background-position: left bottom; }

h2		{	font-size: 16px;
			margin: 15px 0 10px 0; }

h3		{	font-size: 14px;
			margin: 12px 0 8px 0;}

h4, h5, h6	
		{	font-size: 12px; }

h5		{	margin-left: 20px; }

h6		{	margin-left: 40px; }

p, div	{	margin: 5px 0px 10px 0px; }

dt, li	{	margin-top: 7px; }

sub, super	
		{	font-size: 75%; }

code, pre	
		{	font-family: Courier, "Courier New", fixed-width, monospace;
			font-size: 9px; }

td		{	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
			font-size: 11px; }

input, select, textarea
		{	font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #000000; }

small	{	font-size: 85%; }

fieldset	{	border: 1px solid #cccccc; }

a:link, a:visited, a:hover
		{	text-decoration: underline;
			color: #1D3E8B; }

a:visited	{	color: #547A99; }

a:hover	{	color: #18613D; }


 END Generic Style Declarations */
/* ================================================================================================== */


 START Custom Style Declarations */
/* ================================================================================================== */


table.top {
	padding: 0px
	width:100%;
	border-collapse: collapse;
}

table.headertbl {
	padding: 3px
	width:100%;
	border-collapse: collapse;
}

.headerImageRow{
      	width: 900px; 
      	height: 145px; 
      	background-image: url("http://www.city-buffalo.com:8080/Ef3config/Buffalo/images/header.jpg"); 
}

.headerLabel{
      	width: 900px; 
      	background: #6176B9;
}

table.headertbl td {
	width=900px; 
	color: white;
	font-weight: bold;
	font-size: 14px;
	
}


 END Custom Style Declarations */
/* ================================================================================================== */

