/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    background-color: #F9F8F8;
	margin: 0;
    margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	min-height: 100%;
	height: 100%;
}
HTML
{
	/*margin-right: auto;
	margin-left: auto;*/
	height: 100%;
	min-height: 100%;
	/*background-color: #FFFFFF;*/
}
.bodytop {
  background-image:   url(../images/top_body_bg.gif);
  background-position: top right;
  background-repeat: no-repeat;  
  background-color: #ffffff;
  margin: 0;
}
.bodytop2 {
  	background-image:   url(../images/top_bg.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;    
  	margin: 0;
}
.body-left {
  background-color: #6e89dd;

}
.nav-table{
  padding: 0 12px;
  margin: 0;
}
.nav-tree-back{
	background-color: #D6DFF7;
}
.Heading1 {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #3366CC;
}

.hr 
{
	border: 0;
	width: 100%;
	color: #B2C1C5;
	background-color: #B2C1C5;
	height: 1px;
}

.dg td
{
	padding: 0 5px;
	text-decoration: none;
}

.dgheader td
{
	nowrap;
	padding: 0 5px;
}

.dg a
{	
	text-decoration: none;
}

.nolink
{
	text-decoration: none;
	color: #000000;
}
