@charset "UTF-8";
/* CSS Document */

/* hide from ie on mac \*/
html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#flashcontent {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
/* end hide */

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


.style1 {
	color: #000000;
	font-weight: bold;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color:#FFFFFF;
	background-color:#666666;
}
a:visited {
	
}
#container {
	padding:16px;

}
#table1 {
}
#table2 {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

