﻿a {
	text-decoration: none;
	color: #232323;
}

a:hover {
	text-decoration: underline ;
}

a em {
	color: blue ;
	display: block;
	font: normal 10px Helvetica-Neue, Helvetica, sans-serif;
	line-height: 125%;
}

@font-face {
         font-family: Helvetica-Neue;
         src: url('misc/helveticaneue-webfont.ttf');
}

a span {
	color:  black ;
	font: normal 10px Helvetica-Neue, Helvetica, sans-serif;
	line-height: 150%;
}

a:active, a:focus{ outline:none; }

.hotspot {
	color:#900; 
	border-bottom:1px dotted black; 
	cursor: pointer
}

img {
        border :none;
}

#bg {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
}
#bg img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
}

#page-wrap { 
   position: relative; 
   z-index: 2; 
   margin: 20px auto; 
   padding: 15px; 
   background: white; 
   -moz-box-shadow: 0 0 20px black; 
   -webkit-box-shadow: 0 0 20px black; 
   box-shadow: 0 0 20px black; 
}

#page-wrap2 { 
   position: relative; 
   z-index: 2; 
   margin: 0px auto; 
   padding: 1px;
}

#page-wrap3 { 
   position: fixed; 
   z-index: 2; 
   margin: 0px auto; 
   padding: 1px;
}

input[type=submit] {
  cursor: pointer;
}


/*h1 {
	font-size: 27px; 
	font-weight: bold;
	color: #B13501;
	padding-left: 20px; 
	padding-top: 5px;
	height: 25px;
	margin-bottom: 1px;
	margin-top: 1px;
}
*/

h1 {
   font-size: 13px;
   text-align: right;
   color :#666666;
   font-weight: normal;
}

h2 {
	font-family: "Times New Roman", Helvetica-Neue, Helvetica, sans-serif;
	color: Black; 
	font-size: 22px;
	margin-bottom: 1px;
	margin-top: 1px;
}

h3 {
	font-family: Helvetica-Neue, Helvetica, sans-serif;
	font-size: 14px;
	color:	#666666;
	text-align: justify;
        font-weight:normal;
}

h4 {
	font-family: Helvetica-Neue, Helvetica, sans-serif;
	font-size: 12px;
	color:	#666666;
	text-align: right;
	
}

h5 {
	font-family: Helvetica-Neue, Helvetica, sans-serif;
	font-size: 14px;
	color:	#666666;
 	font-weight: normal ;
 	 max-height: 12px;
}

h6 {
	font-family: Helvetica-Neue, Helvetica, sans-serif;
	font-size: 24px;
	color:	#666666;
 	font-weight: normal ;
 	 
}
.header {
	font-family:  Helvetica-Neue, Helvetica, sans-serif;
	color: white;
	font-size: 17px;
	height: 35px;
	text-align: center;
}

.textstyle1 {
	font-family: Helvetica-Neue, Helvetica, sans-serif;
	color:  #333333;
	font-size: 15px;
	font-weight: bold;
	height: 35px;
}

.textstyle4 {
	font-family: Helvetica-Neue, Helvetica, sans-serif;
}

.textstyle5 {
	font-family: Helvetica-Neue, Helvetica, sans-serif;
	font-size: small ;
	color: white ;
}

.textstyle6 {
	
	font-family: Helvetica-Neue, Helvetica, sans-serif;
	font-size: 14px;
	color:	#666666;
}


p {
	-webkit-text-size-adjust:none;
	color: #333333;
	font-size : 14px;
	text-align: justify ;
	line-height: 24px;
 
}

p a {
	color: black;
	font-weight: normal;
}
p a:hover {
	color : #294A7B;
}

.alert {
	font-family: Helvetica-Neue, Helvetica, sans-serif;
	background: #fff6bf;
	background-position: 5px 50%; /* x-pos y-pos */
	text-align:  center ;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 2px solid  #ffd324;
	border-bottom: 2px solid #ffd324;
	font-size: 13px;
	width: 100%
}