/* CSS Document */



body {
background-color:#000000;
background-image:url(../images/backGround.jpg);
background-position:center;
background-repeat:no-repeat; }


.indent1 {
padding: 5px 15px 5px 15px;
}


#flashContent { width:1024; text-align:center}

#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#inner {
  width: 1024px;
  height: 800px;
  margin-left: -512px;  /***  width / 2   ***/
  position: absolute;
  top: -300px;          /***  height / 2   ***/
  left: 50%;
}

#innerMSIC {
  width: 960px;
  height: 600px;
  margin-left: -480px;  /***  width / 2   ***/
  position: absolute;
  top: -400px;          /***  height / 2   ***/
  left: 50%;
}



.samples {
	font-family: 'MS Sans Serif', Verdana, Geneva, sans-serif;
	color:#CCC;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	background-color:#000000;
	background-image:url(../images/backGround.jpg);
	background-position:center;
	background-repeat:no-repeat;
	
}


h1 {
	font-family:  Tahoma, Verdana, Geneva, sans-serif;
	font-size: 23px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFF;
}

h2 {
	font-family:  Tahoma, Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 23px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFF;
}
a {
	color: #0FF;
	text-decoration: none;
}

.editNote {
	
	font-size: 11px;
	font-style:italic;
}
