html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	/* the rest is set in index file */
}

body, table, form, input, textarea {
    font: normal 7pt/1.2em Verdana, Helvetica, Arial, sans-serif;
}

h1, h2 {
/*    border: 1px #000 solid;*/
    font: bold 30pt "Lucida Bright", "Lucida Grande", Helvetica, Arial, sans-serif;
    
}
h2, h1.sub {
    font-size: 16pt;
    font-weight: bold;
}

p {
/*    border: 1px #000 solid;*/
    margin: 5px 0;
    padding: 0;
}

#flashcontent {
	height:100%;
	/* the rest is set in index file */
}

#b14TraceDiv {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 30;
    width: 450px;
    height: 800px;	
    background: #e0e0e0;
}
#b14TraceDivOutput {
    width: 450px;
    height: 750px;	
    background: #eeeeee;
	overflow: auto;
}


img {
	border: 0;
}

#htmlView {
	position: absolute;
	left: -2000em;
	width: 100px;
	height: 100%;
	overflow: hidden;
}

/* for splash site */
#splashTable {
        width: 100%;
        height: 100%;
        border: 0;
        text-align: center;
    }
    #splashTable td {
        text-align: center;
        vertical-align: middle;
    }

#frontPic {
    width: 800px;
    height: 500px;
}