/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: scroll;
}
	
#flashcontent {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color:#999999;
	/*background-image: url(style/card.jpg);*/
}
#wrapper {
margin: 10px auto;
border: 1px solid #e4e4e4;
width: 950px;
height: 600px;
/*background-image: url(style/logo.jpg);
background-repeat: no-repeat;
background-position: top left;*/
text-align: center;
}


h1 {
font-family: "verdana", "helvetica", "sans"; font-weight: bold; font-size: 10pt;color: #000000;
display: none;
}

h2 {
font-family: "Nueva Roman", "Lithos Regular", "verdana"; font-weight: bold; font-size: 10pt; color: black;
}

p {
font-family: "verdana", "helvetica", "sans-serif"; font-weight: normal; font-size:9pt; color: #cccccc;
} 

a:link {font-family: "verdana", "helvetica", "sans-serif"; font-weight: bold; font-size:10pt; color: #cccccc; font-stretch:;text-decoration: none;} 
a:visited {font-family: "verdana", "helvetica", "sans-serif"; font-weight: bold; font-size:10pt; color: #999999; text-decoration: none;} 
a:hover {font-family: "verdana", "helvetica", "sans-serif"; font-weight: bold; font-size:10pt; color: #ffffff; text-decoration:underline;} 
a:active {font-family: "verdana", "helvetica", "sans-serif"; font-weight: bold; font-size:10pt; color: #cccccc; text-decoration: none} 

#footer {
	font-family: "verdana", "helvetica", "sans-serif"; font-weight: normal; font-size:7pt;
}

