/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {
	position:absolute;
	height: 96%;
	width:100%;
	z-index:9;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

.bottom{
	position:absolute;
	padding-top:10px;
	bottom:0px;
	_padding-bottom:5px;
	width:100%;
	height:20px;
	background:url(img/bottomBack.jpg) bottom repeat-x;
	/*height:3%;*/
	z-index:10;
}
/*
.bottom2{
	position:absolute;
	bottom:0px;
	width:100%;
	height:20px;
	height:3%;
}
*/
.bottom_menu_L{
	color:#000000;
	bottom:0px;
	padding-right:10px;
	text-align:left;
	display:block;
	float:left;
	padding-left:10px;
}
.bottom_menu_R{
	color:#000000;
	bottom:0px;
	padding-right:10px;
	text-align:right;
}
a.bottom_link:link{
	color:#0066a5;
	}
a.bottom_link:visited{
	color:#0066a5;
	}
a.bottom_link:active{
	color:#3983b9;
	}
a.bottom_link:hover{
	color:#0066a5 ;
	}
	
.combo{
	color:#ac2212;
}
	
select{
	font-size:6.5pt;
	border: 1px solid #999999;
	}
