/* CSS for housing created by Katja Hetmanchuk 21-12-2006 for the City of Toronto */


hr {
	height: 1px; color: #666;
}

body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.0em;
}


td {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 80%; 

}


.small {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000;
	font-size: 90%;
}


.tiny {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000;
	font-size: 75%;
}


.boldred {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #ff0000;
	font-weight: bold;
}


.needhelpTitle {
	color: #fff;
	font-weight: bold;
	background-color: #6699CC;
	border: thin 1px solid #000;
	padding: 3px 0 3px 8px;
	font-size: 125%;
}



.boldtext {
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
}



.lineheightbig {
	line-height: 0.5cm;
}


.whitetext {
	color: #FFF;
}


.thinborder {
	border: thin 1px solid #000;
}


.textindent20 {
	margin-left: 20px
}


.textindent40 {
	margin-left: 40px
}


#whitelink A:visited { 
	color: #FFF; 
} 


/* listnavblue is for the secondary navigation which appears under About Us pages */

#listnavblue ul {
	list-style-image: url(/images/section1_bullet.gif);
	margin-left: 25px;
	padding-left: 0;
	}

#listnavblue li {
	margin: .2em 0
	}


/* use longcrowded for long lists with big chunks of text to put space between list items */


#longcrowded li {
	margin: .4em 0
	width: 200px
	}
