@charset "utf-8";
/* CSS Document */
/* html, body style */
html,body {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background:#FFFFFF;
	font-family:Tahoma;
	font-size:12px;
	color:#77787B;
	text-align:center;
/*	overflow: hidden;
	overflow-x: auto;
	overflow-y: hidden ;*/
}
/**/
.desc{font-family: "Trebuchet MS", Helvetica; color:#333; width:730px; text-align:left; padding:10px; font-size:14px;}
.desc img{float:left; margin:0 20px 10px 0;}
.desc h1{font-size:16px; text-align:center; margin-bottom:20px; color:#79288C;}
.desc p{margin:5px 0 0 0; padding:0;}
/* */
a{
	color:#007BC2;
	font-weight:bold;
	text-decoration:none;
}
/**/
a:hover{
	color:#007BC2;
	font-weight:bold;
	text-decoration:underline;
}
/* style for flash conteiner */
#flash_cont{
	/*border:thin solid #000066;*/
	min-width:904px;
	min-height:635px;
	width: 100%;
	height: 100%;
	z-index:2;
	position:relative;
}

/* style for page conteiner */
