/*Style Sheet for the sheltersites*/
/*by Lizzie Babister, Updated March 2004 */
/*hacked by joseph ashmore, Updated April 2004 */
/*A link style*/
/*B force bold on all browsers*/
/* table entry used for main text styles */

A:link 	{
   font-weight : 400; 
   text-decoration : none; 
   color : #f26a1c; 
   }
A:visited {
   font-weight : 400; 
   text-decoration : none; 
   color : orange; 
}
A:hover  {
   background : #FFFFFF;
   text-decoration : underline; 
}	
B {
   font-weight : bold; 
}
B a:link:hover
{
   font-weight : bold; 
}
B a:link:visited {
   font-weight : bold; 
}
B a:link:link {
   font-weight : bold; 
}
B {
   font-weight : bold; 
   font-size : 16px; 
}

TD  {
   color : #000000;
   font-weight : 400; 
   font-size : 15px; 
   line-height : 17px; 
   font-family :  Arial, Helvetica, sans-serif, "MS sans serif"; 
   letter-spacing : 0px; 
   text-decoration : none; 
}
TD.header {
   font-weight : 400; 
   font-size : 15px; 
   line-height : 15px; 
}
TD.title {
   width : 100%;
   font-weight : 400; 
   font-size : 48px; 
   line-height : 52px; 
   font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
   letter-spacing : 0px; 
   text-decoration : none; 
   text-align : left; 
}
TD.centre{
vertical-align:text-centre;
}
TD.menularge {
   color : orange; 
   font-weight : 400; 
   font-size : 20px; 
   line-height : 20px; 
   text-align : top; 
   vertical-align:text-top;
}
TD.menumedium {
   color : orange; 
   font-weight : bold; 
   font-size : 13px; 
   line-height : 13px; 
   text-align : top; 
   vertical-align:text-top;
}
TD.menusmall {
   font-weight : 200; 
   font-size : 10px; 
   line-height : 10px; 
   text-align : top; 
   vertical-align:text-top;
}
TD.footerD {
   font-weight : 100; 
   font-size : 9px; 
   text-align : text-center; 
}
td.bold a:link:hover
{
   font-weight : bold; 
}
td.bold a:link:visited {
   font-weight : bold; 
}
td.bold a:link:link {
   font-weight : bold; 
}
TR{
vertical-align:text-top;
}
HR{
	height : 2px; 
	align : center;
	color :#888888;
}