/* general style definitions */
body	{
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
         font-size: 11px;
         color: #000000;
         background-color: #ffffff;
         background-image: url(../images/content_bg.png);
         background-position: top left;
         background-repeat: no-repeat;
         }
table	{
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
         font-size: 10pt;
         }
img	{
	border: 0px;
         }
h1	{
	font-size: 23px;
	font-weight: bold;
         margin-left: 0pt;
         margin-top: 10pt;
         margin-bottom: 0; }
h2	{
	font-size: 21px;
	font-weight: bold;
         margin-left: 0pt;
         margin-top: 9pt;
         margin-bottom: 0;
         }
h3	{
	font-size: 19px;
         font-weight: bold;
         margin-left: 0pt;
         margin-top: 9pt;
         margin-bottom: 0;
         }
h4	{
	font-size: 15px;
         font-weight: bold;
         margin-left: 0pt;
         margin-top: 2pt;
         margin-bottom: 0;
}
h5	{
	font-size: 14px;
         font-weight: bold;
         margin-left: 0pt;
         margin-top: 9pt;
         margin-bottom: 0;
         color: #0000ff;
         }
a:link	{
	color: #047C00;
         text-decoration: none;
}
a:visited {
	color: #047C00;
         text-decoration: none;
}
a:hover	{
	background-color: #047C00;
         color: #FFFFFF;
         text-decoration: none;
}
a:active	{
	background-color: #047C00;
         color: #FFFFFF;
         text-decoration: none;
}
pre	{
	font-size: 12px;
         color:#0000C0;
         background-color:#EEEEEE;
         white-space:pre;
         margin:0px;
         padding:6px;
         border:1px inset;
         width:640px;
         overflow:auto
	}

/* custom classes */
.code	{
	font: 10px tahoma, arial, verdana, helvetica, sans-serif;
         margin:20px;
         margin-top:5px
	}
.topnav	{
	text-align: center;
	}
div.comment {
	background-color: #F4DFDF;
         color: #000000;
         border: 1px solid #E29FAC;
         padding: 5px;
	}
div.comment h1 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
         margin-top: 0px;
         margin-bottom: 0px;
	padding-left:  18px;
	background-image: url(../images/note.gif);
	background-position: left;
	background-repeat: no-repeat;
	}
div.outdated {
         background-image: url(../images/construct.png);
         background-repeat: no-repeat;
         background-position: top left;
	background-color: #FFFFDF;
         color: #000000;
         border: 1px solid #EFEFAA;
         padding: 5px;
         height: 40px;
         padding-left: 55px;
	}
div.outdated h1 {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
         margin-top: 0px;
         margin-bottom: 0px;
	}
table.box {
	background: transparent;
	border-style: solid;
	border-width: 1px;
	border-color: #047C00;
	padding: 5px;
	text-align: left;
}
table.box th {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #047C00;
	padding: 5px;
}
table.box td {
	vertical-align: top;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #047C00;
	padding: 5px;
}