/*CCL CSS-PRINT*/

/*HTML*/
body {
	text-align: center;
	}
	

/*LAYOUT*/
#headerbasicprint {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	}

#wrapper {
	}
	
#header {
	}
			
#content_pane {
	}
	
#navigation_frame {
	}

#navigation_header {
	}
	
#navigation_body {
	}
	
#navigation_footer {
	}
	
#content_frame {
	}

#content_header {
	}
	
#content_body {
	}
	
#preview_frame {
	}
	
#preview_header {
	}
	
#preview_body {
	}
	
#preview_footer {
	}/*PAGE FOOTER*/	
#footer {
	display: none;
	}

	
/*NAVIGATION*/
#navigation {
	display: none;
	}/*PREVIEW*/
#preview {
	display: none;
	}/*MAIN CONTENT*/
#content {
	display: block;
	text-align: left;
	padding: 0px 20px 75px 19px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.75em;
	color: #134E6E;
	}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #BFA031;
	border-bottom: 1px solid #7A93A2;
	padding-bottom: 7px;
	padding-top: 0px;
	margin-top: 0px;
	}
	
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #BFA031;
	border-bottom: 1px solid #7A93A2;
	padding-bottom: 3px;
	}
	
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #0E3A52;
	border-bottom: 1px solid #7A93A2;
	padding-bottom: 1px;
	}	

#content a {
	color: #0E3A52;
	font-weight: bold;
	}	
	
#content a:hover {
	color: #BFA031;
	}

#content_footer {
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	

#content_footer a {
	text-decoration: none;
	color: #576777;
	font-weight: bold;
	}
	
#content_footer a:hover {
	color: #000000;
	}
	
/*MAIN CONTENT: STYLES*/
#content .first-letter-dropcap {
	font-size: 24px;
	color: #BFA031;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	float: left;
	}
	

#content .bold {
	font-weight: bold;
	}
		
#content .italic {
	font-style: italic;
	}
	
#content .bold-italic {
	font-style: italic;
	font-weight: bold;
	}
	
#content .textsize-smallest {
	font-size: 9px;
	}
	
#content .textsize-smallest-BOLD {
	font-size: 9px;
	font-weight: bold;
	}
	
#content .textsize-smallest-ITALIC {
	font-size: 9px;
	font-style: italic;
	}
	
#content .textsize-smallest-BOLD-ITALIC {
	font-size: 9px;
	font-weight: bold;
	font-style: italic;
	}
	
#content .textsize-smaller {
	font-size: 10px;
	}

#content .textsize-smaller-BOLD {
	font-size: 10px;
	font-weight: bold;
	}
	
#content .textsize-smaller-ITALIC {
	font-size: 10px;
	font-style: italic;
	}
	
#content .textsize-smaller-BOLD-ITALIC {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	}
	
#content .textsize-small {
	font-size: 11px;
	}
	
#content .textsize-small-BOLD {
	font-size: 11px;
	font-weight: bold;
	}
	
#content .textsize-small-ITALIC {
	font-size: 11px;
	font-style: italic;
	}
	
#content .textsize-small-BOLD-ITALIC {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	}
	
#content .textsize-normal {
	font-size: 12px;
	}
	
#content .textsize-normal-BOLD {
	font-size: 12px;
	font-weight: bold;
	}
	
#content .textsize-normal-ITALIC {
	font-size: 12px;
	font-style: italic;
	}
	
#content .textsize-normal-BOLD-ITALIC {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	}
	
#content .textsize-large {
	font-size: 18px;
	}
	
#content .textsize-large-BOLD {
	font-size: 18px;
	font-weight: bold;
	}
	
#content .textsize-large-ITALIC {
	font-size: 18px;
	font-style: italic;
	}
	
#content .textsize-large-BOLD-ITALIC {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	}
	
#content .textsize-larger {
	font-size: 24px;
	}
	
#content .textsize-larger-BOLD {
	font-size: 24px;
	font-weight: bold;
	}
	
#content .textsize-larger-ITALIC {
	font-size: 24px;
	font-style: italic;
	}
	
#content .textsize-larger-BOLD-ITALIC {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	}
	
#content .textsize-largest {
	font-size: 36px;
	}
	
#content .textsize-largest-BOLD {
	font-size: 36px;
	font-weight: bold;
	}
	
#content .textsize-largest-ITALIC {
	font-size: 36px;
	font-style: italic;
	}
	
#content .textsize-largest-BOLD-ITALIC {
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	}
	
#content .textleft {
	text-align: left;
	}
	
#content .textcenter {
	text-align: center;
	}
	
#content .textjustify {
	text-align: justify;
	}
	
#content .textright {
	text-align: right;
	}
	
hr {
	clear: both;
	width: 100%;
	color: #999999;
	text-align: center;
	}
	
/*MAIN CONTENT: TABLE STYLES*/
#content .cellcolor-light {
	background-color: #CCCCCC;
	}
	
#content .cellcolor-dark {
	background-color: #006699;
	color: #FFFFFF;
	}
	
#content table {
	border: 1px solid #7A93A2;
	padding: 0;
	margin: 0;
	}

#content td {
	border: 1px solid #7A93A2;
	padding: 0;
	margin: 0;
	}

#content tr {
	border: 0;
	}
	
#content .noborder {
	border: 0;
	}
