/* basic elements */
html {
	height: 100%;
	width: 100%
	overflow: hidden;
	}
	
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	}

/* specific divs */
#global, #sorry {
    height: 100%;
    width: 100%;
	overflow: hidden;
     }
     
#main_container { 
	height: 100%;
	width: 100%;
	}
	
#flashcontent {
	height: 100%;
	width: 100%;
}

a:link { font-family: Verdana; font-size: 11px; color: #333333; text-decoration: underline}
a:visited { font-family: Verdana; font-size: 11px; color: #333333; text-decoration: underline}
a:active { font-family: Verdana; font-size: 11px; color: #000000; text-decoration: none}
a:hover { font-family: Verdana; font-size: 11px; color: #000000; text-decoration: none}

td { font-family: Verdana ; font-size: 11px; color: #333333; line-height: 18px;}