            /*.gsdhImage { width:95px; height:95px; float:right; margin:0; padding: 0px 0px 0px 0px; position: absolute; top: 20px; right:350px; };*/
			
			body, html {
                height:100%;
                margin:0;
            }

            body, td {
                font-family:Verdana, arial, sans-serif;
                font-size:12px;
                color:#c388bf;
            }

            body {
                background:#f8f4e8;/* url(gfx/bg-yellow.jpg) repeat-x;*/
            }
					
			a:link {
				color: #a6a0a0;
				font-weight: bold;
				text-decoration: underline;
			}
			
			a:visited {
				color: #dbafd8;
				font-weight: bold;
				text-decoration: underline;
			}

			a:hover{
				color: #7e7a7a;
				text-decoration: underline;
			}
			
			img { border:none; }
			
            h1 {
                margin:0;
				font-size:19px;
            }
			
			h2 {
                margin:0;
				font-size:16px;
            }
			
			h3 {
                margin:0;
				font-size:15px;
            }
			
			h4 {
                margin:0;
				font-size:14px;
            }
			
			table {
				border-collapse:collapse;
			}
			
            table#background-container {
                width:100%;
                height:100%;
            }

            table#background-container td {
            }

            table#background-container td.top {
                height:1%;
                padding:10px 0 20px 0;
				text-align:center;
            }

            table#background-container td.bottom {
                height:99%;
                background:#f2dfe2 url(gfx/bg-pink.jpg) repeat-x;
                vertical-align:top;
            }

            table#background-container td.bottom div {
                background:#f8f4e8 url(gfx/big-circle.png) top center no-repeat;
                height:175px;
            }
            
            table.navigation {
	            margin:0 auto;
                width:500px;
            }

            table.content {
                margin:0 auto;
                width:500px; /*default -change in table*/
            }

            table.content td {
            }

            td.top-center {
                background:transparent url(gfx/top-side.gif) repeat-x;
            }

            td.center-left {
                background:transparent url(gfx/left-side.gif) repeat-y;
            }

            td.center-right {
                background:transparent url(gfx/right-side.gif) repeat-y;
            }

            td.bottom-center {
                background:transparent url(gfx/bottom-side.gif) repeat-x;
            }

            td.center-center {
                background-color:#efdfee;
                text-align:left;
            }
			img.top-logo {
				margin-top: 30px;
				margin-bottom: 10px;
            }
            td.top-navi {
                text-align:center;
				padding-left: 10px;
				padding-right: 10px;
            }
			
			td.pinkoutlined {
			border-color:#c388bf;
			border-width:1px;
			border-style:solid; 
			}
			
            table.content td.top-left, table.content td.top-right,
                table.content td.bottom-left, table.content td.bottom-right {
                width:1%;
                height:1%;
            }

            table.content td.center-left, table.content td.center-right {
                width:1%;
            }

            table.content td.top-center, table.content td.bottom-center {
                height:1%;
            }
