a { color: #000000; }
a:link { color: #000000; text-decoration: none}
a:visited { color: #000000; text-decoration: none}
a:hover { color: #111111; text-decoration: underline}
a:active { color: #000000; text-decoration: none}

body, td, th, tr
{
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

body
{
	margin: 16px;
	padding: 2px;
	/* background:url("images/jungool_bg.png") no-repeat scroll center top #000000; */
 	background-color: #FFFFFF;
	background-image: url(images/bg.png);
	background-repeat: repeat;
}

.main
{
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.code
{
	font-family: 'Courier New', Arial, sans-serif;
	color: #0000FF;
}

.codeblock
{
	font-family: 'Courier New', Arial, sans-serif;
	color: #0000FF;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.indentprop
{
	font-size: 9pt;
	font-family: 'Courier New', Arial, sans-serif;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.small
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.caption
{
	font-size: 9pt;
	text-decoration: none;
	font-style: italic;
}

.heading
{
	font-size: 15pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

.subheading
{
	font-size: 13pt;
	font-family: Sans-Serif, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

.boxheading
{
	font-family: Verdana, Sans-Serif, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: 600;
	color: #FFFFFF;
}
.boxheading a:link, .boxheading a:visited, .boxheading a:active
{
	color: #DDDDDD;
	text-decoration:none;
}
.boxheading a:hover, .boxheading a:focus
{
	color: #FF0000;
	text-decoration:underline;
}

.box
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9pt;
	color: #000000;
}
.box a:link    { color: #444444; }
.box a:visited { color: #222222; }
.box a:active, .box a:hover, .box a:focus
{
	color: #FF0000;
}

.foottext
{
	font-family: Tahoma,Verdana,Helvetica;
	font-size: 8pt;
	color: #505050;
}
.foottext a:link, .foottext a:visited
{
	color: #505050;
	text-decoration: none;
}
.foottext a:active, .foottext a:hover, .foottext a:focus
{
	color: #FF0000;
	text-decoration: none;
}

.lastupdate
{
	font-size: 7pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.error
{
	color: #FF0000;
}

.success
{
	color: #0000FF;
}

.formtext
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 10pt;
}

@media print
{
	.noprint
	{
		display: none;
	}
}

.celldate
{
	background: #DDDDDD;
	text-align: right;
	vertical-align: top;
	width:100px;
}
.cellcontent
{
	background: #DDDDDD;
	vertical-align: top;
}


