	a:link {
color:#9999FF;
background:transparent;
}

a:visited {
color:#9999FF;
background:transparent;
}

a:active {
color:#9999FF;
background:transparent;
}
	
	.outerDiv {
    border:solid 1px #000000;
    width:800px;
    height:600px;
    position:relative;
    font-family:verdana;
    font-weight:bold;
    font-size:11px;
    text-align:center;
    }
   
    .nestedDivTL {
    width:100px;
    position:absolute;
    top:10px;
    left:10px;
    }
   
    .nestedDivTC {
    width:300px;
    position:absolute;
    top:50px;
    left:130px;
	text-align:left;
	}

    .nestedDivTC2 {
    width:300px;
    position:absolute;
    top:160px;
    left:75px;
	text-align:center;
	}

    .nestedDivTCt {
    width:280px;
    position:absolute;
    top:10px;
    left:125px;
	text-align:left;
	}

	.nestedDivTCb {
    width:510px;
    position:absolute;
    top:295px;
    left:125px;
	text-align:left;
	}

    .nestedDivTLclear {
    width:100px;
    position:absolute;
    top:10px;
    left:10px;
    }

	.nestedDivML {
    width:100px;
    position:absolute;
    top:260px;
    left:70px;
    }

    .nestedDivTR {
    width:100px;
    position:absolute;
    top:10px;
    right:10px;
    }
   
    .nestedDivBL {
    width:600px;
    position:absolute;
    bottom:10px;
    left:10px;
    }
   
    .nestedDivBR {
    width:100px;
    position:absolute;
    bottom:10px;
    right:10px;
    }

	.stdfont {
	font-size:11px;
	font-family:arial,tahoma;
	color:#333333;
	font-weight:100;
	margin:0;
	}

    .stdheader {
	font-size:14px;
	font-family:arial,tahoma;
	color:#333333;
	font-weight:300;
	margin:0;
	}