/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll;}
ol, ul { list-style: none; margin: 0;}
ul li { margin: 0; padding: 0;}
a, img { outline: none; border:none; color: #000; font-weight: bold;}
img { display: block; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
	}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	background-color: #000000;
	color: #000;}	
	
p {
font-size: 100; 
	padding: 10px 0px 0px 0px;
 	}

 /* HomePage */
	 
#wrapper {
	width: 100%;	
    position:absolute;
    top:0;
    left:0;
    right:0;
	text-align: center;	
    margin:0 auto;
    } 
	
#content{
	width: 100%;	
	max-width: 850px;
    top:0;
    left:0;
    right:0;
	text-align: left;	
    margin:0 auto;
	}

#content img {
		width: 100%;
		}

.details {
	font-size: 1.1em;
	font-weight: 600;
	padding:  30px 0px 5px 0px;
	color: #FFF;
	line-height: 120%;
	text-align: center;	
}

.details a:link {
	color: #FFF;
	text-decoration: none; 
		font-weight: 600;
}

.details a:visited {
	color: #FFF;
	text-decoration: none;
}

.details a:hover, a:active, a:focus {
	text-decoration: none;
	color: #f5d78e;
}

.textsm {
	font-size: .9em;
	color: #0d3a60;
	font-weight: 400;

}

.textreg {
	font-size: .9em;
	color: #FFF;
	padding: 15px 0px 5px 0px;
		text-align: center;		
	font-weight: 500;
}


.legal {
	text-align: center;		
    font-size: 75%; 
    line-height: 145%; 	
	color: #FFF;
    margin: 0 auto;
	padding-top: 15px;
	font-weight: 600;
}



:focus {outline:none;}
::-moz-focus-inner {border:0;}


a:link {
	color: #FFF;
	text-decoration: none; 
		font-weight: 600;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	color: #007bc4;
}
