body
{
 background: transparent;
 color: #444444;
 font-family: Verdana, Helvetica, Arial;
 font-size: small;
 font-style: normal;
 font-weight: normal;
 margin-top:	0;
 margin-bottom:	0;
 margin-left:	0;
 margin-right:	0;
 width:	100%;
}
h1
{
 font-family: Verdana, Helvetica, Arial;
 color: #ff5500;
 font-weight: normal;
 font-size: 2.0em;
 margin-bottom: 0;
}

h3
{
 font-family: Verdana, Helvetica, Arial;
 color: #ff4400;
 font-weight: normal;
 font-size: 1.5em;
}

p,li,ul,td,dl,dd,dt
{
	font-size: 1.0em;
	color: #333333;
}

a
{
	font-size: 90%;
	color: #339900;
	text-decoration:none;
}

a:visited
{
	font-size: 80%;
	color: #339900;
	text-decoration:none;
}

a:hover
{
	color: #FF4400;
}

.sublime
{
 font-family: Verdana, Helvetica, Arial;
 font-size: 0.7em;
 font-weight: bold;
 text-align: center;
}

.copyright
{
 font-size: 0.6em;
 font-weight: bold;
 text-align: center;
}



th
{
    border-top: 2px solid #333333;
    color: #FF6633;
    background-color: #F8F8F8;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}

.bLine
{
    color: #FF6633;
    border-bottom: 1px solid #E5EFF8;
}

.code
{
	font-family: Monospace, Courier New, Courier;
	font-size: 0.8em;
	color:	#009933;
}

.thead
{
	font-family: Verdana, Helvetica;
	font-size: 100%;
	color:	White;
	background: Green url(Images/gradDn.jpg);
	font-weight: bold;
}


.table_box {
	border_color : #558465;
	padding : 0px;
	border-bottom : 1px dotted #B0DEBF;

}

.table_box {
	margin : 3px;
	border : 1px solid #89C89E; 
}

.table_header {
	margin : 0;
	font : 9pt tahoma, arial, verdana, sans-serif;
	color : #0A702C;
	border-bottom : 1px solid #6AC992;
	padding : 3px 4px;
	background : #C8F3D9;
}

.filebox_breadcrumb {
	color : #2B8B4B;
	font-weight : normal;
	font-size : 7pt;
	margin : 0;
	padding : 3px;
	background : #E4F6EB;
}
.filebox_breadcrumb a:link, .filebox_breadcrumb a:visited {
	color : #2B8B4B;
	font-weight : normal;
	font-size : 10pt;
	text-decoration : none;
}
.filebox_breadcrumb a:hover { color : #5BBC7B; }