/* CSS Document */
.banner_header  {	
	font            : italic 18pt 'Papyrus';
	color           : #CC3300;
	text-align:center;
	}

.banner_header2  {	
	font            : italic 60pt 'Papyrus';
	color           : #CC3300;
	text-align:center;
	}

.section_header {
	font            : italic bold 24pt 'Papyrus';
	color           : #990033;
	text-align		:center;
	margin-top		: 0em;
	margin-bottom	: 0em;
	}
	
.section_header_small {
	font            : italic bold 14pt 'Papyrus';
	color           : #990033;
	margin-top		: 0em;
	margin-bottom	: 0em;
	}
	

.section_body {	
	font            : 12pt 'Book Antiqua', Times, Georgia, serif;
	color           : #3e3e3e;
	text-align		: left;
	margin-left		: 10px;
	margin-right	: 10px;
	}

.section_body_centered {
	font            : 12pt 'Book Antiqua', Times, Georgia, serif;
	color           : #3e3e3e;
	text-align		: center;
	margin-left		: 10px;
	margin-right	: 10px;
	margin-top		: 0em;
	margin-bottom	: 0em;
	}
	
.section_body_small_text {
	font            : 10pt 'Book Antiqua', Times, Georgia, serif;
	color           : #3e3e3e;
	text-align		: left;
	margin-left		: 10px;
	margin-right	: 10px;
	margin-top		: 0em;
	margin-bottom	: 0em;
	}
	
.section_body_big {
	font            : 16pt 'Book Antiqua', Times, Georgia, serif;
	color           : #3e3e3e;
	text-align		: left;
	margin-left		: 10px;
	margin-right	: 10px;
	}	

.blockquote_section_body {	
	font            : 12pt 'Book Antiqua', Times, Georgia, serif;
	color           : #3e3e3e;
	}

.blockquote_section_body_small_text {	
	font            : 10pt 'Book Antiqua', Times, Georgia, serif;
	color           : #3e3e3e;
	}

.footer {
	font            : 12pt 'Book Antiqua', Times, Georgia, serif;
	color           : #00000;
	text-align		: center;
	}
	
a.textbox {
	text-decoration	: none;
	}
	
a.textbox:active {
	color: #336600;
	}

a.textbox:link{
	color: #336600;
	}

a.textbox:visited {
	color: #336600;
	}	

a.textbox:hover {
	color: #CCFF00;
	}	
	
a.navigation{font:  bold 16pt 'Papyrus';
	text-align:center;
	text-decoration:none;
}

a.navigation:active {
	color: #CC3300;
	}

a.navigation:link{
	color: #CC3300;
	}

a.navigation:visited {
	color: #CC3300;
	}	

a.navigation:hover {
	color: #FFCC00;
	}

