.yui-t2 .yui-b {  width:17.8923em; *width:17.4610em;}
.yui-t2 #yui-main .yui-b { margin-left:19.1em; *margin-left:18.639em; }




/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
/* base.css, part of YUI's CSS Foundation */
div.article h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
div.article h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
div.article h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
div.article h1,div.article h2,div.article h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
div.article h1,div.article h2div.article ,h3,div.article h4,div.article h5,div.article h6,div.article strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
div.article abbr,div.article acronym {
	/*indicating to users that more info is available */

	cursor:help;
} 
div.article em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
div.article blockquote,div.article ul,div.article ol,div.article dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
div.article ol,div.article ul,div.article dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
div.article ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
div.article ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
div.article dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
div.article th,div.article td {
	/*borders and padding to make the table readable*/

	padding:.2em;
}
div.article th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
div.article caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
div.article p,div.article fieldset,div.article table,div.article pre {
	/*so things don't run into each other*/
	margin-bottom:0em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
div.article input[type=text],div.article input[type=password],div.article textarea{width:12.25em;*width:11.9em;}
