/* ------------ */
body, table
{
	font-size: 12px;
	color: black;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: white;
}

/* ------------ */
td.titleL
{
	color: Silver;
	text-align: left;
	vertical-align: middle;
	border-bottom: solid 1px #6699FF;
}
td.titleR
{
	text-align: right;
	vertical-align: middle;
	border-bottom: solid 1px #6699FF;
}

/* ------------ */
div.FooterText
{
	color: Gray;
	text-align: center;
	border-top: solid 1px #6699FF;
}

/* ------------ */
a.TabLink
{
	text-decoration: none;
	padding: 0em 0.5em 0em 0.5em;
	color: #0000FF;
}
a:hover.TabLink
{
	text-decoration: none;
	padding: 0em 0.5em 0em 0.5em;
	color: #000040;
	border-bottom: solid 3px #000040;
}
a.pageLink
{
	text-decoration: none;
	color: #0000FF;
}
a:hover.pageLink
{
	text-decoration: none;
	color: #000080;
}
a.footerLink
{
	text-decoration: none;
	color: #000000;
}
a:footerLink.pageLink
{
	text-decoration: none;
	color: #000080;
}

/* ------------ */
h2, h3, h4
{
	color: #336699;
	font-weight: bold;
}
h1 { font-size: 28px;}
h2 { font-size: 18px;}
h3 { font-size: 14px;}
h4 { font-size: 12px;}
/* ------------ */
p.articleTitle
{
	color: #336699;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
p.articleSubtitle
{
	color: #336699;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
/* ------------ */
p.sectionTitle
{
	color: #336699;
	font-size: 18px;
	font-weight: bold;
}

image.linkImage
{
	border-width: 0px;
}

div.TBC
{
	background-color: Black;
	color: Yellow;
	border: solid 1px Red;
	display: inline;
	padding-left: 1em;
	padding-right: 1em;
}

/* ------------ */
pre.programlisting
{
	color: Navy;
	line-height: 1.0;
	font-size: 120%;
	background-color: #FFFFF0;
	border: solid 1px #E0E0E0;
	padding: 0.5em 0.5em 0.5em 0.5em;
}
code.simpleCode
{
	font-size: 120%;
}
code.filename
{
	font-size: 120%;
	color: Green;
}

div.genNote
{
	margin: 0.5em 3em 1em 10em;
	line-height: 1.0;
	padding-left: 1em;
	border-left: solid 1px Black;
}
p.genNoteTitle
{
	line-height: 1.2em;
	font-size: 120%;
	font-weight: bold;
}
p.genNoteTitleRed
{
	line-height: 1.2em;
	font-size: 120%;
	font-weight: bold;
	color: #FF0000;
}

/* ------------ */
div.divNews
{
	margin: 0em 1em 1em 1em;
}
div.divApp
{
	margin: 0em 1em 1em 1em;
	border-bottom: dotted 1px #6699FF;
}
div.divAppL
{
	margin: 0em 1em 1em 1em;
}
