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


img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
   z-index: -1;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }

}

body {
    border: 0px;
    font-size:18px; 
    margin: 2px;
    padding: 0px;
    color: #000000;
    }

li {font-size:16px; font-weight:bold; margin-bottom: 10px;} 
 
img.wrap { float:left; margin-right:10px; margin-left:10px; margin-bottom:5px}
img.wrapc {display:block; margin-left:auto;margin-right:auto } 
img.wrapr { float:right; margin-right:10px; margin-left:10px; margin-bottom:5px}

.menu {padding: 3px; font-weight:bold; text-align:center }

h1 {font-size:48px; font-weight:bold; font-family:"Papyrus",Georgia,Serif; text-align:center;line-height:105%; padding-top:2px ;}
h2 { text-align:center;font-style:italic}
h3 { text-align:center; font-size:20px; }
h4 {font-size:16px; font-weight:bold; text-align:center;Margin-Top:-30px}
h5 {font-size:16px; font-weight:bold;text-align:center; Margin-Top:-20px}
h6 {font-size:36px; margin: 8px; color: #0000ff;font-weight:bold; font-family:"Papyrus",Georgia,Serif; text-align:center; }

hr.up		{color:#303030;
		background-color: #303030;
	 	 height:3px;
		 width:75%;}

hr.down 	{color:#303030;
		background-color: #303030;
	  	height:3px;
		 width:75%;}


hr.bod	 	{color:#303030;
		background-color: #303030;
	  	height:2px;
		 width:90%;}
input {font-size:16px; 
		background-color: #dcddc0;
		 font-style: italic; 
		margin-right: 5px;
		margin-left: 5px;
  		color: #2F4F4F !important;
  		font-weight: bold;

 		 box-shadow: 1px 1px 1px #DCDDC0;
  		padding: 6px 9px;
  		-moz-border-radius: 7px;
  		-webkit-border-radius: 7px;
  		border-radius: 7px;
  		border: 2px solid #04080D;
  		background: #DCDDC0;
}
table {	background: #eeefe1;
			background-color: #eeefe1;
			width: 75%; 
			text-align: left; 
			margin-left: auto; 
			margin-right: auto;
			padding: 6px;
			border: solid #52552d 3px;
			
		}
table.ix {
			background-color: none;
			background: none;
			width: 75%; 
			text-align: left; 
			margin-left: auto; 
			margin-right: auto;
			padding: 6px;
			border: none ; 
			
		}