
/* -------------- FONTS -------------- */

H1 { 
	font-family: "Times New Roman", Times, Georgia, Serif;
	font-size: 26px;
	letter-spacing: 0.125em;
	line-height: 16px;
	font-weight: normal;
	color: #F65140;
	background-color: transparent;
	margin: 0px 0px 10px 0px; 
}

p {
	font-family: Tahoma, Verdana, Arial, Helvetiva, Sans-Serif;
	font-size: 11px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #222;
	background-color: transparent;
	margin: 0px; 
}

p a:link, p a:visited, p a:active {
	color: #099;
	text-decoration: none;
}

p a:hover {
	color: #000;
	text-decoration: underline;
}

.imagelink {
	font-family: Arial, Helvetiva, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	background-color: transparent;
}

.imagelink a:link, .imagelink a:visited, .imagelink a:active {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

.imagelink a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

/* -------------- CONTENT -------------- */

body { 
	background-color: #FFF;
	padding: 0px;
	height: 100%;
	width: 100%;
	margin: 0px;
}

#main {
	width: 716px;
	margin: auto;
	padding: 0px;
 	border: 0px solid #000;
}

.content {
	width: 716px;
	text-align: center;
	margin: 0px;
	padding: 0px;
 	border: 0px solid #000;
 	background-color: #FFF;
}

.thin-line {
   	color: #CCC;
	width: 400px;
	margin: 25px 158px 25px 158px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

.main-text {
	width: 716px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
 	border: 0px solid #000;
 	background-color: #FFF;
}
