@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font: 100%/1.5;
	line-height: 2em;
	background: #FFFFFF;
	height: 100%;
}

a{
	text-decoration: none;
	color:#33C;
}

p {
	text-align:left;
}

.center {
	text-align:center;
}

.left {
	text-align:left;
	padding-left: 8%;
}

.indent {
	text-align:left;
	padding-left: 12%;
	padding-right: 8%;
}

.small {
	color: #333;
	font-size : 60%;
	line-height: 1;
	letter-spacing: 2px; 
	text-align:left;
}

.small2 {
	color: #333;;
	font-size : 60%;
	line-height: 1;
	letter-spacing: 2px; 
	text-align:right;
}

h1 {
	color: #333;
	font-size : 110%; /* 96 / 16 */
	line-height : 1.5;
	letter-spacing: 4px;
	text-transform: uppercase; 
	text-align:left;
	padding-bottom:5px;	
}

h2 {
	color: #333;
	font-size : 100%; /* 96 / 16 */
	line-height : 1.1;
	letter-spacing: 4px;
	text-transform: uppercase; 
	text-align:left;
	padding-bottom:5px;
}

h5 {
	color: #333;
	font-size : 90%; /* 96 / 16 */
	line-height : 1.1;
	letter-spacing: 4px;
	text-transform: uppercase; 
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	text-align:center;
}

.img1 {
	border : 0px none;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	text-align:center;
}

ul {
	text-align:left;
	padding-left: 10%;
	padding-right: 10%;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
	padding-left: 2%;
}

/* Style the links inside the navigation bar */
.topnav a {
    margin-left:20px;
	float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 0px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}





