

/*  Resume formatting only */


		a:link  {
			text-decoration : none;
			color : #000099;
			font-weight: 400;
		}
		a:visited  {
			text-decoration : none;
			color : #603;
		}	
		a:hover	{
			text-decoration: underline;
			color : #FF0033;
			font-weight : 400;
		}
		body {
			color : #000000;
			background-color : #CCC;
			font-size : 12px;
			font-family : Georgia, "Times New Roman", serif;
		}		
		p {
			color : #000000;
			font-size : 12px;
			margin:0px 30px 10px 40px;
			font-family : Georgia, "Times New Roman", serif;
		}
		li {
			color : #000000;
			font-size : 12px;
			font-family : Georgia, "Times New Roman", serif;
		}		
		th {
			color : #000033;
			font-size : 12px;
			font-family : Verdana, Helvetica, Arial, sans-serif;
			font-weight : bold;
		  }
		h1 {
			color : #000033;
			font-size : 16px;
			line-height : 18px;
			font-family : Verdana, Helvetica, Arial, sans-serif;
			font-weight : bold;
		}
		h2 {
			color : #000033;
			font-size : 14px;
			line-height : 16px;
			font-family : Verdana, Helvetica, Arial, sans-serif;
			font-weight : bold;
		}
		h3 {
			color : #000033;
			font-size : 12px;
			font-family : Verdana, Helvetica, Arial, sans-serif;
			font-weight : bold;
		  }
		h4 {
			color : #000033;
			font-size : 10px;
			font-family : Verdana, Helvetica, Arial, sans-serif;
			font-weight : bold;
		  }
		  img		  
		  {
		  	border-width: 0;
		  	border-style: none;
		  }		  
		  .smaller	{
			color : #000000;
			font-size : 10px;
			font-family : Verdana, Helvetica, Arial, sans-serif;
		  }
		  .applications		  
		  {
		  	margin: 0px 30px 0px 50px;
		  	border-style: dotted;
		  	border-color: #CCC;
		  	border-width: 1px;
		  }

