/* CSS Document */
	body {
		margin:10px 10px 10px 10px;
		background:#FFF;		
		}
		
	
	A 			{ color: #333333; font-family: verdana, sans-serif; font-size:11px; font-weight:normal; } 
	A:link		{ color: #CC0000; text-decoration: underline; } 
	A:visited	{ color: #CC0000; text-decoration: underline; } 
	A:active	{ color: #CC0000; text-decoration: none; } 
	A:hover		{ color: #663399; text-decoration: none; } 

	.copy{
		font-family: verdana, helvetica, sans-serif;
		color:#330000;
		font-size:12px;
		}
	
	.highlight	
	{
		font-family: verdana, helvetica, sans-serif;
		color: #663399;
		font-size: 12px;
		font-weight: bold;
	}	
	
	.callout
	{
		font-family: arial, helvetica, sans-serif;
		color: #669933;
		font-size:11px;
	}					
	
	.tablecontent	
	{
		font-family: verdana, helvetica, sans-serif;
		color: #330000;
		font-size: 12px;
		padding-top: 10px;
	}	

	
	.name	
	{
		font-weight: bold;
		color: #F93;
	}	

	.section	
	{
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	color:#330000;
	border-bottom: 1px solid #333366;
	border-top: 1px solid #333366;
	background-color: #CCCCCC;
	}	

	.job {
		color:#333366;
		font-weight:bold;
	}	

	.project {
		font-weight:bold;
	}	

	.school {
		color:#333366;
		font-weight:bold;
	}	M
	


