h1,h2,h3,h4,h5,h6 {
	font-family: "Century Gothic", Arial, sans-serif;
	color: #ffffff;
	}

h2	{
	font-size: 22px;
	}

h3	{
	font-size: 18px;
	}

h4	{
	font-size: 18px;
	text-decoration: underline;
	}

h5	{
	font-size: 15px;
	}

p	{
	font-size: 11pt;
	color: #888888;
	text-align: center;
	}

div	{
	font-size: 11pt;
	color: #888888;
	text-align: center;
	}
	
td	{
	font-size: 11pt;
	color: #888888;
	text-align: center;
	}

html,body 	{
	background-color: #dddddd;
	/* background-image: url("./pattern_100.gif"); */
	font-family: "Century Gothic", Arial, sans-serif;
	text-align: center;
	font-size: 11pt;
	text-align: center;
	margin: 0px auto;
	}



#flashcontent {
	/* border: solid 1px #000; */
	position: relative;
	margin: 0px auto;
	top: 10px; 
	width: 955px;
	height: 565px;
	background-color: transparent;
	}



a:link  {
 	color: #888888;
	text-decoration: underline;
	/* font-weight: bold; */
	background-color: transparent;
	}

a:visited {
 	color: #888888;
	text-decoration: none;
	background-color: transparent;
  	}

a:active {
	color: #888888;
	font-size: 100%;
	text-decoration: none;
	background-color: transparent;
 	}

a:hover	{
	color: #888888;
	font-size: 100%;
	letter-spacing: 0px;
	text-decoration: none;
	background-color: transparent;
	}

