@charset "utf-8";
/* CSS Document */
	/* hide from ie on mac \*/
	html {
		height: 100%;
	}
	
	#flashcontent {
		width: 870px;
		height: 1070px; 
	}
	/* end hide */

	body {
	height: 100%;
	margin: 0;
	padding: 0;
	letter-spacing:0px;
	background-color:#b093b0;
	color:#b49e9f;
	font-family:arial;
	font-size:12px;
	background-repeat: repeat;
	background-image: url(graphic_im/backg.jpg);
	}
	
	.head {
	  letter-spacing:1px;
	  font-family:georgia;
	  font-style:oblique;
	  width:"100%";font-weight:bold; 
	  color:#72aeca;
	  font-size:13px;
	  text-align: left;
	  padding-left: 2px;
	  margin-bottom:0;
	  }
	  
	  .head2 {
	  letter-spacing:1px;
	  font-family:georgia;
	  font-style:oblique;
	  width:"100%";font-weight:bold; 
	  color:#72aeca;
	  font-size:12px;
	  text-align: right;
	  padding-left: 10px;
	  margin-bottom:0;
	  }
	
	a {	
		color:#7788c6;
		text-decoration: None;
		cursor: help
		}
	
	a:hover {	
		color:#86b2ac;
	    cursor: help
		}
	
	
  td,th {
	font-family:arial;
	font-size: 12px;
	letter-spacing:0px;
	}
