body {
     	background : #ffd0d0;
     	margin : 0px;
     	text-align: center;
        font-family : Helvetia;
        font-size : 14px;
        color: black;
     	}
	
table.maintable {
      	border: 0px;
      	border-collapse : collapse ;
      	vertical-align : top;
      	width : 100%;
      	height : 100% ;
	background : #ffe5e5 ;
        background-image : url(../UserFiles/Image/bg3.jpg);
      	} 
      
table.structure_table {
      	border: 2px solid black;
      	vertical-align : top;
      	border-collapse : collapse ;
      	margin-left : auto;
      	margin-right : auto;
      	width : 900px;
      	height : 100% ;
      	text-align: left;
        background-image : url(../UserFiles/Image/bg2.jpg);
      	}
	
td {	vertical-align : top; 
	padding : 0px;
	}
td.top{
	/*background : red ; */ 
	height : 100px;
	} 	
td.links { 
	/*background : #6d9505 ; */
	width : 200px;
	padding : 10px;
	} 	
	
td.contents {/* background : #860606 ; */
	padding : 10px;	
	} 	
td.info { background : #8b0f0f ;
	width : 200px;
	} 	


td.withLink {
            height: 20px;
            margin: 0px;
            padding: 0px;
            width: 180px;
            }
td.withLink a {
            display: block;
            background: #6d0505;
            height: 20px;
            width: 180px;
            border-size: 1px;
            border-style: insit;
            border-color: #71AB79;
	    padding : 4px;
            }

td.withLink a:hover {
            width: 180px;
            background: #f9bf40;
            border-size: 1px;
            border-style: insit;
            border-color: #71AB79;
            }

a:link {
        font-family : Helvetia;
        font-size : 14px;
        color: blue;
        text-decoration: none;
    }


a:hover {
        font-family : Helvetia;
        font-size : 14px;
        color: red;
        text-decoration: none;
    }
a:visited {
        font-family : Helvetia;
        font-size : 14px;
        color: blue;
        text-decoration: none;
    }


a.nav:link {
        font-family : Helvetia;
        font-size : 14px;
        color: #5df7ca;
        text-decoration: none;
    }

a.nav:visited {
        font-family : Helvetia;
        font-size : 14px;
        color: #5df7ca;
        text-decoration: none;
    }

a.nav:hover {
        font-family : Helvetia;
        font-size : 14px;
        color: red;
        text-decoration: none;
    }


