/* RSS.NET CSS */
a
{
	color: #2d3c7d;
	background-color: transparent;
	text-decoration: none;
}
a:active {}
a:link {}
a:visited {}
a:hover
{
	color: #2d3c7d;
	background-color: transparent;
	text-decoration: underline;
}
body, td
{
	padding: 0;
	font-size: 82%;
	margin: 1em 7.5em;
	color: black;
	line-height: 1.4em;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #fafafb;
}
strong {
	font-size: 80%;
}
pre /* code sample */
{
	background-color: White;
	overflow: auto;
	color: black;
	border: #dadae8 1px solid;
	font-family: "Courier New", monospace;
	font-size: 88%;
	padding: 0.7em;
	margin: 0em;
}
pre a /* code sample link */
{
	font-family: "Courier New", monospace;
}
h1 /* main title */
{
	line-height: 1em;
	background-color: #e6e6ea;
	border: #aaaaaa 1pt solid;
	color: #333333;
	padding: 0.1em;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 280%;
	margin: 0em;
}
div.menu
{
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #EFEFF1;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
}
div.menu span
{
	padding: .2em;
	width: 10em;
	font-size: 80%;
}
div.menu span a
{
	padding: 1px 8px 1px 8px;
	width: 100%;
	color: #333333;
	text-decoration: none;
	border-bottom: solid;
	border-bottom-color: #aaaaaa;
	border-bottom-width: 1px;
}
div.menu span a:hover
{
	background-color: #2d3c7d;
	color: #fff;
	text-decoration: none;
}
h2
{
	background-color: transparent;
	border-bottom: #2d3c7d 1px solid;
	color: #2d3c7d;
	font-weight: bold;
	font-size: 1.4em;
	margin: 20px 0px 10px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
h3
{
	font-size: 1em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
h4
{
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
i
{
	font-size: 80%;
}
img
{
	border: 0px;
}
li
{
	list-style-image: url(images/arrow.gif);
	line-height: 1em;
}
li > p
{
	margin-top: 0.2em;
}
ol, ul, li
{
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}
p
{
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}
strong, b
{
	font-weight: bold;
}
table
{
	color: black;
	border-style: none;	
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
td
{
	font-size: 0.75em;
	background-color: Transparent;
	padding: .2em;
	margin: 0px;
}
td.header
{
	text-align: right;
}
td.content
{
	font-size: 0.71em;
	text-align: left;
	width: 100%;
}
tr
{
	text-align: center;
	padding: 0px;
	margin: 0px;
}
tr.header
{
	text-align: left;
	background-color: Blue;
	color: White;
}
tr.fade
{
	background-color : #CFCFCF;
}
ul
{
	padding-bottom: .8em;
}
.definition
{
	text-decoration: underline;
	cursor: help;
}
.blue
{
	background-color: transparent;
	color: #0000FF;
}
.highlight
{
	background-color: #FFFF00;
	color: Black;
	font-weight: 700;
}
.little
{ 
	font-size: 80%;
}
.para
{
	text-indent: 2em;
	text-align: justify;
}

/* ---------------------------------------- */

.screen /* only displays on the screen */
{
	display: block;
}
.print /* only displays on the printer */
{
	display: none;
}