html {
		height: 100%;
		overflow: hidden;
	}

/* Headline */

          
        .h {
	color: #222;
	font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	letter-spacing:0.1em;
	text-align:center;
	margin: 10;
	text-transform: uppercase;
	line-height: 200%;
	font-size: 24pt;
	font-variant: small-caps;
        }
	
	#flashcontent {
		margin: 25px auto 0;
		border: 5px solid #333333;
		width: 600.00px;
		height: 400.00px;
	}
	/* end hide */

	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color:#ffffff;
	text-align: center;
	}

	.navigation {
        font-family: "Lucida Grande", Tahoma;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
        margin-top: 10px;
	text-align: center!important;
	letter-spacing: 0.3em;
	}
.navigationBold {
	font-family: "Lucida Grande", Tahoma;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
	margin-top: 10px;
	text-align: center!important;
	letter-spacing: 0.3em;
}

body,td,th {
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style1 {color: #c33}

#login {
     background-color: #DDDDDD;
     color: #000000;
     border: 1px solid #777777;
     font-family: Verdana;
     font-size: 10px;
     text-align: right;
     width: 440px;
     margin: 2px;
    }
	
	  #login .theInput {
     font-family: Verdana;
     font-size: 11px;
     width: 110px;
     margin-right: 5px;
    }

    #login .theSubmit {
     font-family: Verdana;
      font-size: 10px; 
      background-color: #333333;
     color: #FFFFFF;
     margin-right: 5px;
    }