/* JESCASTYLE v1.0 */


/******************************************************************************/
/* GENERIC 
/******************************************************************************/
BODY, TH, TD, P, DIV, A, INPUT, SELECT, TEXTAREA, FORM, UL, OL, DL, H1, H2, H3, H4, H5, H6, LI {
	font-family: geneva, helvetica, arial;
	font-size: 10pt;
	color: #333333;
}
CODE, KDB, TT, PRE {
	font-family: monaco, courier, "courier new";
	font-size: 10pt;
}

BODY { background-color: #eeeeee; }

/******************************************************************************/
/* TEMPLATE
/******************************************************************************/
body {
	font-family: arial, helvetica, geneva; 
	font-size: 10pt;
	margin: 0px;
}
a:link { 
	color: #003399; 
	text-decoration: none;
}
a:visited { 
	color: #660099; 
	text-decoration: none;
}
a:hover { 
	color: #ff3300;
	text-decoration: none;
}
a.small {
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: underline;
}
a.large {
	font-size: 110%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: underline;
}
h1 {  
	font-size: 165%; 
	margin-top: normal;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-size: 125%;
	margin-top: 1em;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	font-size: 115%;
	margin-top: normal;
	margin-bottom: 0px;
	margin-left: 0px;
}
h4 {
	font-size: 100%;
	margin-top: normal;
	margin-bottom: 0px;
	margin-left: 0px;
}
h5 {
	font-size: 165%;
	margin-top: normal;
	margin-bottom: 0px;
	margin-left: 0px;
}
h6 {
	font-size: 225%;
	margin-bottom: 0px;
}
pre {
	background: #eeeeee;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	padding-top: 5pt;
	padding-bottom: 5pt;
	padding-left: 5pt;
	padding-right: 5pt;
}
pre.code {
	font-size: 110%;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}
ul li	{
	line-height: 1.5em;
}
ul li li {
	list-style: disc;
}
ol {
	margin-bottom: 10px;
	margin-left: 25px;
	margin-top: 10px;
}
ol li {
	line-height: 1.5em;
}
p {
	margin-bottom: normal;
	margin-top: normal;
	line-height: 1.5em;
}
p.small {
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5em;
}
p.large {
	font-size: 110%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1em;
}
p.author {
	font-size: 95%;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}
span {
	color: #111111;
}
span.code { 
	font-family: "courier new";
}
span.navigation { 
	font-size: 11px; 
	line-height: 14px;
}
span.specialheader { 
	font-size: 12px; 
	color: #000066;
	background-color:#ff9900;
}
span.sectionheader { 
	font-size: 12px; 
	color: #000000;
	background-color:#ffcc66;
}
span.copyright { 
	font-size: 10px;  
	line-height: 9px;
}
span.highlight1 {
	color: #000066;
	background-color:#ff9900;
}
span.hightlight2 {
	color: #000000;
	background-color:#ffcc66;
}
span.header {
	color: #770000;
	background-color: #eeeeee;
	padding-bottom: 5pt;
	padding-left: 5pt;
	padding-right: 5pt;
	padding-top: 5pt
}
