
@charset "utf-8";
/* CSS Document */

.csc-header		{
				clear:both;
			}
.csc-header	h1	{
				line-height:1.3em;
			}			
			
			
.csc-header	h2	{
				margin-top:20px;
			}
			
.divider		{
				margin:10px 0px 10px 0px;
			}
			
.divider	hr	{
				background-color:none;
				height:1px;
				border:none;
				border-top:1px dotted #cfcfcf;
			}
			
			
.contenttable tbody tr td 
			{
				text-align:left;
				vertical-align:top;
				padding-right:10px;
				padding-bottom:10px;
				
			}

.contenttable .td-0   {
                        width:100px;
                        }

.contenttable tbody tr td.td-last
			{
				padding-right:0px;
			} 

.contenttable tbody tr.tr-last td
			{
				padding-bottom:0px;
			}

.contenttable-3         {
                        background-color:#fff;
                        padding:2px;
                        border: 1px solid #cfcfcf;
                        width:100%;
                        }
                        
.contenttable thead td  {
                        padding-bottom:3px;
                        }
                                                
.contenttable thead td, .contenttable-3 tbody tr .td-0
                        {
                        font-weight:bold;
                        }
			
							