/* CSS Document */



/* hide from ie on mac \*/

html {
	height: 100%;
	/* overflow: hidden; */
}

#flashcontent {
	height: 100%;
	width: 100%;
}

/* end hide */

body,td,tr {
	height: 100%;
	margin: 0;
	padding: 0;
	/* background-color: #000000; */
	background-image: url(images/EVH_Frankenstein_background.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}



/* Text Formats and Colors */

.whitetext_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.whitetext_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

p.whitetext_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.whitetext_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.greytext_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.greytext_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

p.greytext_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.greytext_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.redtext_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}

.redtext_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}

p.redtext_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}

.redtext_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}


/* HREF Links */

a:link { text-decoration: none; color: #AAAAAA; }
a:visited { text-decoration: none; color: #AAAAAA; }
a:hover { text-decoration: underline; color: #FFFFFF; }

a.greytext_links:link { text-decoration: none; color: #666666; }
a.greytext_links:visited { text-decoration: none; color: #333333; }
a.greytext_links:hover { text-decoration: underline; color: #999999; }

a.redtext_links:link { text-decoration: none; color: #990000; }
a.redtext_links:visited { text-decoration: none; color: #330000; }
a.redtext_links:hover { text-decoration: underline; color: #cc0000; }



/* Form Boxes */

.formboxes {
	font-size: 11px;
	border: 1px #990000 solid;
	background-color: #333333;
	padding: 2px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

.input_button {
	background-color: #990000;
	border: 1px #330000 solid;
	font-size: 11px; 
	color: white;
}