/* Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txt Version: 0.11.3 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}hr{border: 0;}address,caption,cite,code,dfn,em,th,samp,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}

body
{
	border: 15px #eee solid;
	margin: 0;
	padding: 0;
	min-height: 400px;
	font-family: Arial;
	font-size: 12px;
}

#main
{
	padding: 10px;
}

a:visited { text-decoration: underline; color: #759cbc }
a:link    { text-decoration: underline; color: #08487f }
a:hover   { text-decoration: none; color: #1a65a6 }

#navi
{
	text-align: right;
	border-bottom: 2px #0B4575 solid;
	padding: 0 0 4px 0;
}

h1
{
	font-size: 20px;
	color: #B10043;
	padding: 10px 0 15px 0;
}


h2
{
	font-size: 16px;
	color: #0B4575;
	padding: 10px 0 15px 0;
}


h3
{
	font-size: 14px;
	color: #0B4575;
	padding: 10px 0 15px 0;
}

#toc
{
	padding: 0 0 20px 0;
}


#toc li
{
	background: url(gfx/p.gif) no-repeat 2px 6px;
	padding: 2px 0 3px 15px;
	font-weight: bold;
}




p
{
	text-align: justify;
	padding: 0 0 30px 2px;
}

ul
{
	padding: 0 0 20px 0;
}


ul li
{
	background: url(gfx/p.gif) no-repeat 2px 6px;
	padding: 2px 0 3px 15px;
}

ol
{
	list-style-type: decimal;
	padding: 0 0 20px 0;
}


ol li
{
	padding: 2px 0 5px 0;
	margin-left: 17px;
}

#path
{
	bottom: 10px;
	border-top: 2px #0B4575 solid;
	padding: 4px 0 0 0;
	color: #777;
}

#path ul
{
	display: inline;
}

#path li
{
	display: inline;
	background: url(gfx/p.gif) no-repeat 0px 6px;
	padding: 2px 0 3px 10px;
	color: #000;
}



#generated
{
	display: none;
}