		html {
				width:100%;
				height:100%;
			}
			
		body {
				height:100%;
				font-size:10pt;
				font-family: Verdana, Arial, Hervetica, sans-serif;
				background: #fff;
			}
			
		img {
				border: 0px;
			}
			
		a, a:link, a:visited {
				text-decoration:none;
				color:#33a333;
			}
		
		a:hover {
				text-decoration:underline;
				color:#33a333;
			}
			
			
		tr.screen, td.screen {
				
				display:block;
			}
		
		
		tr.print, td.print {
				display:none;
			}
			
		table#main-table {
				text-align:center;
				width:720px;
				border:0px solid black;
				padding:5px;
				margin:0px;
			}
			
		td#general-links-cell {
				font-size:9pt;
				width:100%;
				text-align:right;
				color:#515858;
				padding:5px;
				padding-right:7px;
			}
			
		td#general-links-cell a {
				color:#464D4D;
			}
			
		td#header-cell {
				border:0px solid #515858;
			}
			
		td#navi-cell {
				vertical-align:top;
				text-align:left;
				padding:15px;
				border-left:1px solid #515858;
				width:200px;
				color:#515858;
			}
			
		td#navi-cell a {
				color:#515858;
				text-decoration:none;
			}
		
		td#navi-cell a:hover {
				color:#515858;
				text-decoration:underline;
			}			
			
		td.navi-bullet {
				width:4px;
				text-align:center;
			}
		
		td.navi-bullet-activ {
				width:4px;
				text-align:center;
				color:#008000;
				background-color:#eeeeee;
			}
			
		td.navi-text {
				text-align:left;
			}
			
		td.navi-text-activ {
				text-align:left;
				font-weight:700;
				border:1px solid #eeeeee;
				border-left:0px;
			}
			
		td#content-cell {
				text-align:left;
				vertical-align:top;
				padding:15px;
				border-left:1px solid #515858;
				border-right:1px solid #515858;
			}
			
		td#content-cell p {
				text-align:justify;
			}
			
		blockquote p {
					text-align:left!important;
				}

		p.left {
					text-align:left!important;
				}
			
		td#footer{
				text-align:center;
				color:#008000;
				font-size:9pt;
			} 
			
		td.bottom-border {
				border:0px;
				border-bottom: 1px solid #999999;
			}
			
		h2 {
				font-size:18pt;
				color:#008000;
				margin:0px;
				padding:0px;
				margin-top:0pt; 
				margin-bottom:18pt; 
			}
 
			
		h3 {
				font-size:16pt;
				color:#008000;
				margin:0px;
				padding:0px;
				margin-top:8pt;
				margin-bottom:8pt; 
			}
 
			
		h4 {
				font-size:14pt;
				color:#008000;
				margin:0px;
				padding:0px;
				margin-top:7pt;
				margin-bottom:7pt; 
			}
			
		h6 {

				color:#999999;
				color:#008000;
				margin-top:18pt;
				margin-bottom:6pt;
				padding:0pt;
				
				font-family: Arial, Verdana, Helvetica, sans-serif;
				font-size:12pt;
				font-weight:bold;
				font-variant:small-caps;

		}
		
		hr#footnotebar {
				text-align:left;
				border:1px solid #cccccc;
				margin:10px;
			}

