body {
	font-family: arial, helvetica, sans-serif;
	margin: 10px 0 0 0;
	color: #000000;
}

/*-------- Structure -----------*/
#mast td {
	background: #FFA042; 
	vertical-align: middle; }
#mast h1 {
	color: #00606D;
	font-size: 24px;
	text-align: center;
	margin: 0;
	padding: 0; }
#mast h2 {
	color: #00606D;
	font-size: 24px;
	text-align: center;
	margin: 0;
	padding: 0; }
#mast h4 {
	font-weight: normal;
	color: 3333FF;
	letter-spacing: 0.3cm;
	margin: 0;
	padding: 0; }

#content {
	font-family: Arial, Helvetica, 'Trebuchet MS', sans-serif; 
	clear: both;
	color: #000000;
	margin: 10px 25px;
}

#content h1 {
	color: #00606D;
	font-size: 27px;
	line-height: 1.1em;
	margin: 5px;
	text-align: center;
}

#content h2 {
	color: #DC143C;
	font-size: 22px;
	line-height: 1.1em;
	margin: 5px;
	text-align: center;
}

#content h3 {
	color: #00606D;
	font-size: 18px;
	line-height: 1.1em;
	margin: 5px;
	text-align: center;
}

#content h4 {
	color: #DC143C;
	font-family: arial, helvetica, sans-serif; 
	font-size: 16px;
	line-height: 1.1em;
	margin: 5px;
}

#content h5 {
	font-family: Arial, Helvetica, 'Trebuchet MS', sans-serif; 
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 1.1em;
	margin: 0;

}

#content h6 {
	color: #000;
	font-size: 12px; 
	text-align: center;
	line-height: 1.1em;
	margin: 0;
	font-weight: normal;

}

#content p {
	font-family: Arial, Helvetica, 'Trebuchet MS', sans-serif; 
	color: #000000;
	font-size: 16px;
}

#content p.intro {
/*	font-family:'Times New Roman', Times, Georgia, serif; */
	color: #00606D;
	font-size: 16px;
	font-weight: bold;
	font-style: none;
}

#content p.note {
	background: #FFEFDF;
	color: #4C0015;
	font-size: 12px;
	font-style: none;
	padding: 4px 4px;

	display: table;
	float: center;
	margin: 0 auto 3px;
}

#content li {
	color: #000;
	font-size: 12px;
}

#content ul, 
#content ol {
	padding-left: 1.6em;
}

#content blockquote {
	font-family:'Times New Roman', Times, Georgia, serif;
	background: #FFEFDF;
	color: #4C0015;
	font-size: 17px;
	font-style: none;
	font-weight: normal;
	padding: 2px;
	margin: 4px 1px;
	text-align: center;
}

#content a,
#content a:link {
	color: #00606D;
	text-decoration: underline;
}

#content a:visited {
	color: #00606D;
	text-decoration: underline;
}

#content a:hover {
	color: #DC143C;
	text-decoration: underline;
}

#content .inset_r {
	font-family: arial, helvetica, serif;
	background: #DDD; 
	display: table;
	float: right;
	margin: 0 0 3px 0.7em;
}

#content .inset_l {
	font-family: arial, helvetica, serif;
	background: #DDD; 
	display: table;
	float: left;
	margin: 0 1.0em 3px 0;
}

#content .inset_c {
	font-family: arial, helvetica, serif;
	background: #DDD; 
	display: table;
	float: center;
	margin: 0 auto 3px;
}

#content .caption {
	color: #00606D;
	text-align: center;
	font-size: 14px;
	font-style: none;
	font-weight: bold;
	line-height: 1.0em;
	margin: 2px 0 3px;
}

#content .green {
	color: #00606D;
	font-weight: bold; }

#content .red {
	color: #DC143C;
	font-weight: bold; }

#content .choco {
	color: #FF0000;
	font-weight: bold; }


.columns {
	display: table;
	clear: both;
	width: 100%;
	border-collapse: collapse;
}

.columns .left,
.columns .right {
	width: 49%;
	vertical-align: top;
}

.columns .first,
.columns .second,
.columns .last {
	width: 33%;
	vertical-align: top;
}




#foot {
	clear: both;
	margin-top: 10px 0px 10px 0px; 
	background: #FFEFDF;
	 
	text-align: center;
/*	vertical-align: middle; */
	padding: 2px 0;
}

#foot .copyright {
	font-size: 12px;
	font-weight: bold;
	margin: 3px 10%;
}

#foot .contact {
	font-size: 12px;
	margin: 3px 15%;
}

#foot .links {
	font-size: 10px; 
	font-weight: normal;
	margin: 3px 15%;
}

#foot .buttons {
	font-size: 18px;
	font-weight: bold;
	margin: 3px 10%;
}

#content a,
#foot a:link {
	color: #00606D;
	text-decoration: underline;
}

#foot a:visited {
	color: #00606D;
	text-decoration: underline;
}

#foot a:hover {
	color: #DC143C;
	text-decoration: underline;
}