html {
	height: 100%;
	overflow: hidden;
}	
#flashcontent {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;		
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;

	

}
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #464646;	
}


.txt_title {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}
.txt_sub_title {
	color: #464646;
	font-weight: bold;
}
a:link {
	font-weight: bold;
	color: #990F0F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.fmt_barre {
	color: #FFFFFF;
	background-color: #464646;
	height: 15px;
}
.fmt_top {
	height: 110px;
	text-align: left;
	vertical-align: top;
}
.fmt_bottom {
	color: #8fbae4;
	height: 56px;
	text-align: right;
	vertical-align: bottom;
}
.fmt_tab_content {
	text-align: center;
}
.fmt_content {
	color: #000000;
	padding-left: 10px;
	text-align: left;

}
.fmt_menu {
	padding-left: 10px;
	width: 350px;
	text-align: right;
	height: 160px;
}