/* CSS Document */
hr 				{border: solid #1b75bc;
  				border-width: 1px 0 0;
  				clear: both;
  				margin: 1.25rem 0 1.1875rem;
  				height: 0; }
			
.indent			{text-indent: 40px;}

.ital				{font-style:italic;}

.b					{font-weight:bold;}

.portfolio		{display: block;
    			list-style-type:none;
   			 	margin-top: 1em;
    			margin-bottom: 1 em;
    			margin-left: 0;
    			margin-right: 0;
    			padding-left: 40px;}
				
.resume	h3			{color:#1b75bc;}

.resume table		{width:100%;
					border:none;
					color:#53a5e6;}
					
.trsz				{width:40%;}									

.resume thead		{background: #dcedfa;}