#flashcontent {
		height: 100%;
	}

html, body { 
 /* Mozilla browsers require the following CSS for this doctype, */ 
 /* otherwise page content height is not 100%. */ 
 margin: 0px; 
 padding: 0px; 
 height: 100%; 
 width: 100%;
 overflow: hidden;
 background-color: #ffffff;
 }  

.visualforce {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}

.splash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#vfsignature {
	visibility: hidden;
}

.nojava {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	vertical-align: middle;
	text-align: center;
	margin: 200px;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #999999;
}
a:active {
	color: #666666;
