@charset "utf-8";

	a:link {color: #ffffff;}			/* a normal, unvisited link */
	a:visited {color: #EDD07F;}			/* a link the user has visited */
	a:hover	{color: #FF704D;}			/* a link when the user mouses over it */
	a:active {color: #FF704D;}			/* a link the moment it is clicked */
	
.h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
.h2 { font-size: 2em; margin-top: .8em; margin-bottom: 0.75em; }
.h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
.h4 { font-size: 1.1em; font-weight: lighter; line-height: 1.25; margin-bottom: 1.1em; }
.h5 { font-size: 1.5em; font-weight: 900}
.h6 { font-size: 1em; font-weight: 100; }	
	

.wrapper_page {
	width: 960px;						/* Maximum width of page for 1024x768 monitor support */
	margin-left: auto;					/* Centers page within browser window */
	margin-right: auto;					/* Centers page within browser window */
	color: #666666;						/* text color */
	background-color: #FFFFFF;			/* background color */
	font-family: "Century Gothic", sans-serif;
	font-size: 1.1em;					/* .875em = 11pt on 16px default browsers*/
	font-weight: 400; 
	}
	
.body_text {
	color: #666666;						/* text color */
	font-family: "Century Gothic", sans-serif;
	font-size: .878em;					
	font-weight: 100;
	line-height: 1.5em;
	text-align: justify;
	}

.body_title {
	color: #666666;						/* text color */
	font-family: "Century Gothic", sans-serif;
	font-size: 1.5em;					
	font-weight: 600;
	text-align: center;
	}
	
.body_copyright {
	float: left;
	width: 100%;
	font-size: .875em
	font-weight: 400;
	text-align: left;
	}
	
.body_address {
	float: right;
	width: 100%;
	font-size: .875em
	font-weight: 400;
	text-align: right;
	}