body {
		margin: 0px;
		background: #9d9df0;
		padding: 0px;
	 	height:600px;
	 	width: 1000px;
	 	/* declaring base font type and size for entire page */
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #FFFFFF;
}
A {
    text-decoration: underline;
    }
A:active{
    color: #FFFFFF;
    }
A:visited {
    color: #FFFFFF;
    }
A:link {
    color: #FFFFFF;
    }
A:hover {
	color: #000000;
	}


/*
#divGeneral-back {
		position:absolute;
		left:180px;
		top:0px;
		width:820px;
		height:600px;
		margin:0px;
		background:  url("../images/userbackground.jpg") repeat-y; 
		}
#divPageContent {
		position:absolute;
		left:0px;
		top:140px;
		width:818px;
		height:418px;
		overflow:auto;
		}
*/
.tblStandard {
		border-collapse: collapse;
		border-color: #ffffff;
		cellspacing="0";
        color:#ffffff;
        font-size: 10pt;
        vertical-align:top;

}
.tblStandard th {
		text-align: left;
	
{
.tblStandard A {
    text-decoration: none;
    }
.tblStandard A:active{
    color: #FFFFFF;
    }
.tblStandard A:visited {
    color: #FFFFFF;
    }
.tblStandard A:link {
    color: #FFFFFF;
    }
.tblStandard A:hover {
	color: #000000;
	}
