html {
    height:100%; 
    max-height:100%;
    min-width:860px;
    width:100%;
    padding:0;
    margin:0; 
    border:0; 
    background-color:#555555;
    background-image: url(/icons/bgpattern.gif);
    font-family: Delicious, Arial, Helvetica, "Lucida Sans", sans-serif;
    font-size: 11px;
    overflow: hidden;
}

@font-face {
    font-family: Delicious;
	src: url('/css/fonts/Delicious-Roman.otf') format("opentype");	
	font-weight:normal;
	font-style:normal;

}
@font-face {
    font-family: Delicious;
	src: url('/css/fonts/Delicious-Italic.otf') format("opentype");	
	font-weight:normal;
	font-style:italic;
}
@font-face {
    font-family: Delicious;
	src: url('/css/fonts/Delicious-Bold.otf') format("opentype");
	font-weight:bold;
	font-style:normal;
}
@font-face {
    font-family: Delicious;
	src: url('/css/fonts/Delicious-BoldItalic.otf') format("opentype");
	font-weight:bold;
	font-style:italic;
}
@font-face {
    font-family: Delicious;
	src: url('/css/fonts/Delicious-SmallCaps.otf') format("opentype");
	font-weight:normal;
	font-style:normal;
        font-variant:small-caps;
}

a:link { color: #005782; text-decoration:none; }
a:visited { color: #005782; text-decoration:none; }
a:hover { color: #005782; text-decoration:none; }
a:active { color: #005782; text-decoration:underline; }
a:focus { color: #005782; text-decoration:blink; }

.hidden { display: none; }
.unhidden { display: block; }

