/*----------------------------*/
/* Global
/*----------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,
img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption {
	vertical-align: top;
	font-size: 18px;
	font-family: Sofia Sans Semi Condensed, Arial, Helvetica, sans-serif;
	padding: 3px;
}
body {
        background-image: url('../background.png');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
}
table ul li { 
	color: #1b5989; 
	font-weight: bold;
	margin-left: 40px;
	}
.funmap img {
	opacity: 0.85;
}

.funmap img:hover {
  opacity: 1.0;
}

.sheet1 {
	padding:5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px;
	border-color:#d4d3d3;
	border-style:solid;
	background-color:#FFF;
	margin-top:5px;
	}
.sheet2 {
	padding:3px;
	border:1px;
	border-color: #000000;
	border-style:solid;
	}

h1 {
	margin-top: 10px;
	background-color: #ffffffa3; 
	text-align: center; 
	font-family: Lilita One; 
	font-size: 40px; 
	color: #5A4833;
}
h2 {
	margin-top: 11px;
	color: #1b5989;
	font-weight: bold;
	font-size: 22px;
}
h5 {
	color: #1b5989;
	font-weight: bold;
	font-size: 13px;
}
h6 {
    vertical-align: bottom; 
	text-align: center;
	font-size: 10px;
	font-weight: normal;
 }
table {
	padding: 6px;
	border: 6px;
	margin-top: 3;
	border-color: #ffffffa4;
	border-radius: 5px;
	background-color: #5A4833;
}
table td h1 {
	font-family: Lilita One;
    font-size: 40px;
	margin-top: 10px;
	color: #5A4833; 
}
table td h2 {
    margin-top: 20px;
    color: #5A4833;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: -4px;
}
table td h5 {
	color: #5A4833;
	font-weight: bold;
	font-size: 13px;
}
table th {
    padding:5px;
	color: #5A4833;
	background-color: #cfbda9;
	font-family: Sofia Sans Semi Condensed, Arial, Helvetica, sans-serif;
	font-size: 12px;
    cursor: pointer;
	text-align: center; 
	}
table td {
    color: #264171;
	background-color: white;
	font-size: 16px;
	font-family: Sofia Sans Semi Condensed, Arial;
    font-weight: bold;
	padding: 5px;
    cursor: default;
	height: auto;
	}
table td a:link    {text-decoration:underline; color:#225fb2; background-color: transparent; border-bottom: 0px;	border-left: 0px;}
table td a:visited {text-decoration:underline; color:#225fb2; background-color: transparent; border-bottom: 0px;	border-left: 0px;}
table td a:hover   {text-decoration:underline; color:#225fb2; background-color: transparent; border-bottom: 0px;	border-left: 0px;}
table td a:active  {text-decoration:underline; color:#225fb2; background-color: transparent; border-bottom: 0px;	border-left: 0px;}

table.tdlast {
	border-top: 1px;
	border-top-color: #DADADA;
	border-top-style: solid;
	border-right: 1px;
	border-right-color: #DADADA;
	border-right-style: solid;
}

form {
	padding: 0px;
    display: inline;
    margin: 0;
}
input[type="submit"] {
  background: #58401f;
  background-image: linear-gradient(to bottom, #d3c662, #58401f);

  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border: 0px;
  border-radius: 3px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 4px 8px 4px 8px;
  text-decoration: none;
  margin-bottom: 0px;
}
input[type="submit"]:hover {
  background: #58401f;
  background-image: linear-gradient(to bottom, #f3e25e, #c0883a);
  text-decoration: none;
  cursor: pointer;
}

.sectionbar  {
	color: #FFF;
	background-color: #1B2D4E;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	cursor: default;
	text-align: left;
	margin-bottom: -1px;
	margin-top: 2px;
	margin-left: 1px;
	margin-right: 2px;
	padding-left: 4px;
	padding-top: 3px;
	}
