<!-- Yahoo Global Stylesheet -->
/* master declaration: sets everything on the page to be Arial, or at least some sans-serif font */

	body,table,tr,th,td,b,i,p,big,small,span,div,ul,ol,li,select,option,input,a	{font-family:arial,verdana,helvetica,ms sans serif,sans-serif;}
	* {font-family:arial,verdana,helvetica,ms sans serif,sans-serif;}
						

/* these classes define size, and apply font Arial (or sans serif) as the font, and correspond to the standard font sizes 1 thru 6 */	

	.a1, .a1 td,
	.a2, .a2 td,
	.a3, .a3 td,
	.a4, .a4 td,
	.a5, .a5 td,
	.a6, .a6 td,
	body th,
	td b a, td b, td a	{font-family:arial,helvetica,ms sans serif,sans-serif;}

/* these classes define size, and apply font Times (or a serifed font) as the font, and correspond to the standard font sizes 1 thru 6 */	
	
	.t1, .t1 td,
	.t2, .t2 td,
	.t3, .t3 td,
	.t4, .t4 td,
	.t5, .t5 td,
	.t6, .t6 td			{font-family:times new roman,times,serif;}
	
	.v1, .v1 td,
	.v2, .v2 td,
	.v3, .v3 td,
	.v4, .v4 td,
	.v5, .v5 td,
	.v6, .v6 td			{font-family:times new roman,times,serif;}

/* these are just saftey declarations, reinforcing what the browser should render without help */	
	
	b 					{font-weight:bold;}
	form				{margin-bottom:0px;margin-top:0px;}

/* colors. */
	
	.cw					{color:white;}
	.cb					{color:black;}

/* bgcolors */

	.bgcw				{background-color:white;}
	.bgcb				{background-color:black;}

	
/* link properties */
	a:hover 			{background-color:#eee;text-decoration:none;}
	


	
	

	