body {
    font-family: Arial, sans-serif;
	font-size:	9pt;
	background:#fff;
	color: #555;
	margin-top:40px;
	margin-left:40px;
	margin-right:40px;
	padding:0px;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#33c;    
	}
a:hover {
	font-weight: bold;
    text-decoration:underline;
	color:#509;
    }

#headbar {
	margin-bottom: 10px; 
	border-bottom: 1px solid #666;
	}
#footbar {
	border-top: 1px solid #666;
	}
.year {
    font-weight: bold;
    }
    
.period {
    /* border-top: 1px solid blue; */
    padding-top: 10px;
    padding-bottom: 10px;
    }	
.name {
	font-weight: bold;
	font-size:	100%;
	color:#963;    
	}
.title {
	font-weight: bold;
	font-size:	130%;
	color:#33c;    
	}
.subtitle {
    font-weight: bold;
    }
.image {
    margin: 36px;
	}
.email {
	font-weight: bold;
	color:#669;    
	font-size:	100%;
	}
.phone {
	font-weight: bold;
	color:#f63;    
	font-size:	100%;
	}
.text {
	font-size:	90%;
	width: 575px;
	text-align: right;
	color:#999;
    /*
	float: right;
	margin-right: 20px;
	*/
	}
.team {
    color: #666666;
    width: 310px;
    }
.services {
    color: #666666;
    width: 440px;
    }
.services.ul {
    list-style-type: square;
    font-weight: bold;
    }
.boast {
    font-weight: bold;
    }
