/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
	
#flashcontent {
    padding: 10px;
    text-align: center;

}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
    text-align: center;
	background-color: #f60;
}

h3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 14px;
    font-weight : bold;
    color : #993300;
}
p {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
}
a {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 12px;
    color : #993300;
	font-weight : bold;
}
a:hover {
	color : #800000;
    text-decoration : none;
}

