﻿
    body
        {	height: auto;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            font-family: Verdana, Arial, Helvetica, Comic Sans MS;		
			font-size: 10pt;
			border:none;
			color: Black;
			border-color: White;
        }
        
	p
		{	margin: 5px 0px 5px 10px;
			font-size: 10pt;}
		
	hr	{border: solid 1px Black;}
	
	
	h2
		{	font-size:14pt;
			text-align: center;
			margin: 15px 0px 15px 0px;}
		
	h3
		{	font-size:11pt;
			margin: 15px 0px 5px 0px;}
        
    #CTWSBody
        {	width: 620px; 
            margin: 0 auto 0 0;
            text-align: center;         
            background-color: white;
            border: none; 
        }

    #CTWSContent
        {
            width: 100%; 
            margin: 0 auto 0 auto;
            padding: 10px 10px 10px 10px;
            text-align: justify;
            overflow: visible;
            background-color: white;
            border: none; 
            color: black;
        }
        
    #CTWSFooter
		{display: none;}
        
	.CTWSMenu
		{display: none;}
       
	.CTWSSubMenu
		{display: none;}
		
	.PrevNext
		{display: none;}
						
	.Mask
		{display: none;}
					
				
	.TopCopyright
		{ 
			display: block;
			font-size: 8pt;
			text-align: center;
			font-weight: bold;	
			text-decoration: underline;	
		}