body {
	color: black;
}
body {
background: #FFFFFF;
}





img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}


a.top-page {
position: relative;
top:-200px;
display: block;
height: 0;
width:0;
}


a.top {
position: relative;
top:-100px;
display: block;
height: 0;
width:0;
}

div {
    font-size:medium;
}

p {
    font-family: Arial, Verdana, Sans-serif;
}

h1 {
    font-family: Arial, Verdana, Sans-serif;
}

h2 {
    font-family: Arial, Verdana, Sans-serif;
}

h3 {
    font-family: Arial, Verdana, Sans-serif;
}




body {
    font-size: 100%;
}

h1 {
    font-size: 2.0em; /* 40px/16=2.5em */
}

h2 {
    font-size: 1.5em; /* 30px/16=1.875em */
 }
 
 h3 {
    font-size: 1.3em; /* 30px/16=1.875em */
 }


/* unvisited link */
a:link {
    color: #FF9D00;
	text-decoration: none !important;
}

/* visited link */
a:visited {
    color: #ADADAA;
}

/* mouse over link */
a:hover {
    color: #000000;
}

/* selected link */
a:active {
    color: #ADADAA;
}

/* youtube video auto size */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */