@charset "utf-8";
/***** Renassance CSS Document *****/

html {

	height: 100%;
	overflow: auto;
}

body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	overflow: inherit;
	height: 100%;
}

a:link {

	text-decoration: none;
	color: #333333;
}

a:visited {

	text-decoration: none;
	color: #333333;
}

a:hover {

	text-decoration: none;
	color: #FF0000;
}

a:active {

	text-decoration: none;
	color: #333333;
}

h1{

   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #333333;
}

h2{

   font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.h3{

   font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}

.h3 a:link, h3 a:visited{

   font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.h3 a:hover {

   font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}

#noFlashInfo {

	width: 700px;
	margin-left: auto;
	margin-right: auto;
	top: 100px;
	position: relative;
}

#noFlash {

	width: 100%;
	height: 100%;
	overflow: hidden;
}

#swf {

	width: 100%;
	height: 100%;
	position: relative;
}
